-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Jenkinsfile and .gitignore for gha. --------- Co-authored-by: Jonathan Bloedow <[email protected]>
- Loading branch information
1 parent
ec50c86
commit 8c5566c
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') { | ||
|