Adding Jenkinsfile
parent
b3cc35a755
commit
cd050a201f
|
|
@ -45,6 +45,7 @@ pipeline {
|
||||||
stage('Execute Dashboard script') {
|
stage('Execute Dashboard script') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
def SCRIPT_PARAMETER = ''
|
||||||
if(CLUSTER.isEmpty()) {
|
if(CLUSTER.isEmpty()) {
|
||||||
currentBuild.result = 'ABORTED'
|
currentBuild.result = 'ABORTED'
|
||||||
error('Aborting due to missing CLUSTER parameter')
|
error('Aborting due to missing CLUSTER parameter')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue