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 90e875c commit ff8b081Copy full SHA for ff8b081
Jenkinsfile
@@ -2,8 +2,8 @@ pipeline {
2
agent any
3
4
environment {
5
- install = "docker exec node sh -c 'npm install --save-dev jest'"
6
- test = "docker exec node sh -c 'npm test'"
+ install = "docker exec node npm install --save-dev jest"
+ test = "docker exec node npm test"
7
}
8
9
stages {
0 commit comments