Skip to content

Commit

Permalink
bucket name error; for #382
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Aug 16, 2024
1 parent 0d9cac4 commit b686633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
TARGET_SUCCESS_EMAILS = 'sjcarbon@lbl.gov,debert@usc.edu,suzia@stanford.edu,smoxon@lbl.gov'
TARGET_RELEASE_HOLD_EMAILS = 'sjcarbon@lbl.gov,debert@usc.edu,pascale.gaudet@sib.swiss,pgaudet1@gmail.com,smoxon@lbl.gov'
// The file bucket(/folder) combination to use.
TARGET_BUCKET = 'go-data-raw-data'
TARGET_BUCKET = 'go-data-product-raw-data'
// The URL prefix to use when creating site indices.
TARGET_INDEXER_PREFIX = 'http://raw-data.geneontology.org'
// This variable should typically be 'TRUE', which will cause
Expand Down Expand Up @@ -1504,7 +1504,7 @@ void watchdog() {
}else if( BRANCH_NAME != 'release' && TARGET_BUCKET == 'go-data-product-release'){
echo 'Only master can touch that target.'
sh '`exit -1`'
}else if( BRANCH_NAME != 'go-raw-data' && TARGET_BUCKET == 'go-data-raw-data'){
}else if( BRANCH_NAME != 'go-raw-data' && TARGET_BUCKET == 'go-data-product-raw-data'){
echo 'Only go-raw-data can touch that target.'
sh '`exit -1`'
}
Expand Down

0 comments on commit b686633

Please sign in to comment.