Skip to content

Commit

Permalink
Test jenkinsfile (#14)
Browse files Browse the repository at this point in the history
* Update Jenkinsfile and .gitignore for gha.
---------

Co-authored-by: Jonathan Bloedow <[email protected]>
  • Loading branch information
shchen-idmod and Jonathan Bloedow authored Oct 13, 2023
1 parent ec50c86 commit 8c5566c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
tests/unittests/reports/
tests/workflow_tests/reports/
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ podTemplate(
extensions: [],
gitTool: 'Default',
submoduleCfg: [],
userRemoteConfigs: [[refspec: '+refs/pull/*:refs/remotes/origin/pr/*', credentialsId: '704061ca-54ca-4aec-b5ce-ddc7e9eab0f2', url: '[email protected]:InstituteforDiseaseModeling/emod-typhoid.git']]])
userRemoteConfigs: [[refspec: '+refs/pull/*:refs/remotes/origin/pr/*', credentialsId: '704061ca-54ca-4aec-b5ce-ddc7e9eab0f2', url: '[email protected]:InstituteforDiseaseModeling/emodpy-typhoid.git']]])
} else {
echo "I execute on the ${env.BRANCH_NAME} branch"
git branch: "${env.BRANCH_NAME}",
credentialsId: '704061ca-54ca-4aec-b5ce-ddc7e9eab0f2',
url: '[email protected]:InstituteforDiseaseModeling/emod-typhoid.git'
url: '[email protected]:InstituteforDiseaseModeling/emodpy-typhoid.git'
}
}
stage('Install') {
Expand Down

0 comments on commit 8c5566c

Please sign in to comment.