Adding Jenkinsfile

master
Patryk Gudalewicz 2022-10-28 09:51:58 +02:00
parent b3cc35a755
commit cd050a201f
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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')