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