Skip to content

Commit

Permalink
Merge pull request #184 from Knowledge-Graph-Hub/jenkinsfile_bugfix_2
Browse files Browse the repository at this point in the history
One more missing bracket
  • Loading branch information
justaddcoffee committed May 26, 2020
2 parents 2255bdb + c039576 commit d20afe9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,12 @@ pipeline {
dir('./ansible') {

withCredentials([file(credentialsId: 'ansible-bbop-local-slave', variable: 'DEPLOY_LOCAL_IDENTITY')]) {

echo 'Push master out to public Blazegraph'
retry(3){
sh 'ansible-playbook update-kg-hub-endpoint.yaml --inventory=hosts.local-rdf-endpoint --private-key="$DEPLOY_LOCAL_IDENTITY" -e target_user=bbop --extra-vars="endpoint=internal"'
echo 'Push master out to public Blazegraph'
retry(3){
sh 'ansible-playbook update-kg-hub-endpoint.yaml --inventory=hosts.local-rdf-endpoint --private-key="$DEPLOY_LOCAL_IDENTITY" -e target_user=bbop --extra-vars="endpoint=internal"'
}
}

}
}

Expand Down

0 comments on commit d20afe9

Please sign in to comment.