Skip to content

Commit

Permalink
update the repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Nov 2, 2021
1 parent 936a71a commit ef58767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildScripts/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pipeline {
def settings = '-s /home/jenkins/.m2/settings.xml'

if (params.stagingList != '') {
sh "wget https://github.com/eclipse/microprofile-parent/raw/master/buildScripts/staging-augmenter-ubi8"
sh "wget https://github.com/eclipse/microprofile-build-infra/raw/master/buildScripts/staging-augmenter-ubi8"
sh "chmod +x ./staging-augmenter-ubi8"
sh "./staging-augmenter-ubi8 -r ${params.stagingList} -o ../output-settings.xml /home/jenkins/.m2/settings.xml"

Expand Down

0 comments on commit ef58767

Please sign in to comment.