Skip to content

Commit

Permalink
Change build kg_covid_19 stage to use env.BRANCH_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Aug 31, 2020
1 parent 36057b4 commit 967e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
dir('./gitrepo') {
git(
url: 'https://github.com/Knowledge-Graph-Hub/kg-covid-19',
branch: $BRANCH_NAME
branch: env.BRANCH_NAME
)
sh '/usr/bin/python3.7 -m venv venv'
sh '. venv/bin/activate'
Expand Down

0 comments on commit 967e83e

Please sign in to comment.