fix: refs #5483 Jenkinsfile fix
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
027f7d2c1d
commit
29634e16e5
|
@ -8,13 +8,6 @@ pipeline {
|
|||
PROJECT_NAME = 'salix'
|
||||
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
|
||||
}
|
||||
parameters {
|
||||
booleanParam(
|
||||
name: 'PROTECTED_BRANCH',
|
||||
defaultValue: false,
|
||||
description: 'Whether branch is a protected branch'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
|
@ -37,7 +30,7 @@ pipeline {
|
|||
break
|
||||
}
|
||||
|
||||
params.PROTECTED_BRANCH = [
|
||||
env.PROTECTED_BRANCH = [
|
||||
'dev',
|
||||
'test',
|
||||
'master'
|
||||
|
|
Loading…
Reference in New Issue