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") {
|
stage("build") {
|
||||||
when {
|
|
||||||
branch "master"
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
nodejs('NodeJS (17.4.0)') {
|
nodejs('NodeJS (17.4.0)') {
|
||||||
sh "npm run build:prod"
|
sh "npm run build:prod"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user