Jenkinsfile fixes
gitea/salix/test There was a failure building this commit
Details
gitea/salix/test There was a failure building this commit
Details
This commit is contained in:
parent
a252119884
commit
337a8ab944
|
@ -6,7 +6,7 @@ pipeline {
|
|||
disableConcurrentBuilds()
|
||||
}
|
||||
environment {
|
||||
PROJECT_NAME = 'salix'
|
||||
PROJECT_NAME = 'salix'
|
||||
}
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
|
@ -61,6 +61,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Test') {
|
||||
when { anyOf {
|
||||
branch 'dev'
|
||||
}}
|
||||
environment {
|
||||
NODE_ENV = ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue