We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cf3cd commit 90e875cCopy full SHA for 90e875c
Jenkinsfile
@@ -2,7 +2,7 @@ pipeline {
2
agent any
3
4
environment {
5
- install = "docker exec -it node sh -c 'npm install --save-dev jest'"
+ install = "docker exec node sh -c 'npm install --save-dev jest'"
6
test = "docker exec node sh -c 'npm test'"
7
}
8
0 commit comments