Skip to content

Commit

Permalink
Merge pull request #77 from ncbo/jenkins_again
Browse files Browse the repository at this point in the history
More prep and bugfixes for Jenkins build
  • Loading branch information
caufieldjh authored Sep 5, 2024
2 parents c62180c + 298c5bb commit 09f1cc5
Show file tree
Hide file tree
Showing 3 changed files with 1,144 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,8 @@ pipeline {
dir('./gitrepo') {
script {

//if (env.GIT_BRANCH != 'origin/main') {
// echo "Will not push if not on main branch."
if (1 == 1) {
echo "TESTING."
if (env.GIT_BRANCH != 'origin/main') {
echo "Will not push if not on main branch."
} else {
withCredentials([
file(credentialsId: 's3cmd_kg_hub_push_configuration', variable: 'S3CMD_CFG'),
Expand Down
Loading

0 comments on commit 09f1cc5

Please sign in to comment.