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