diff --git a/Jenkinsfile b/Jenkinsfile index 9b5488f..2760f46 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1477,7 +1477,7 @@ pipeline { void watchdog() { if( BRANCH_NAME != 'master' && TARGET_BUCKET == 'go-data-product-experimental'){ echo 'Only master can touch that target.' - sh '`exit -1`' + sh '`exit -1`' erterterter }else if( BRANCH_NAME != 'snapshot' && TARGET_BUCKET == 'go-data-product-snapshot'){ echo 'Only master can touch that target.' sh '`exit -1`'