Always build even on development branch.
This commit is contained in:
parent
86cbd9440d
commit
9a940ea55d
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"
|
||||
|
Loading…
Reference in New Issue
Block a user