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'
|
PROJECT_NAME = 'salix'
|
||||||
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
|
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
|
||||||
}
|
}
|
||||||
parameters {
|
|
||||||
booleanParam(
|
|
||||||
name: 'PROTECTED_BRANCH',
|
|
||||||
defaultValue: false,
|
|
||||||
description: 'Whether branch is a protected branch'
|
|
||||||
)
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
|
@ -37,7 +30,7 @@ pipeline {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
params.PROTECTED_BRANCH = [
|
env.PROTECTED_BRANCH = [
|
||||||
'dev',
|
'dev',
|
||||||
'test',
|
'test',
|
||||||
'master'
|
'master'
|
||||||
|
|
Loading…
Reference in New Issue