Always build even on development branch.
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -17,9 +17,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage("build") {
|
||||
when {
|
||||
branch "master"
|
||||
}
|
||||
steps {
|
||||
nodejs('NodeJS (17.4.0)') {
|
||||
sh "npm run build:prod"
|
||||
|
Reference in New Issue
Block a user