Use shell command
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -4,7 +4,7 @@ node {
|
||||
}
|
||||
|
||||
stage ("Dependencies") {
|
||||
npm ci
|
||||
sh "npm ci"
|
||||
}
|
||||
|
||||
stage ("Build Gatsby") {
|
||||
@@ -18,7 +18,7 @@ node {
|
||||
GATSBY_APP_ID = "1:299522647169:web:fc74af44747fd7cef79980"
|
||||
}
|
||||
steps {
|
||||
npm run build
|
||||
sh "npm run build"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user