From bb9373e6b56a82cee6107f2a8e283273dfef76d2 Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Wed, 27 Sep 2023 14:17:32 -0700 Subject: [PATCH] test change --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`'