Skip to content

Commit

Permalink
Update jenkins credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar authored and JureZmrzlikar committed Feb 22, 2022
1 parent 772a92d commit e28dac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ throttle(["resolwe_bio_py"]) {
}
// Path of the JUnit report.
def junit_report_file = "${genialis_base_dir}/.reports/resdk_e2e_report.xml"
def jenkins_credentials_id = "7430871b-c83b-4822-bcda-8602e5eb1b1d"

try {
stage("Checkout") {
Expand Down Expand Up @@ -99,7 +100,7 @@ throttle(["resolwe_bio_py"]) {
git (
[url: "https://github.com/genialis/genialis-base.git",
branch: "${genialis_base_e2e_tests_branch}",
credentialsId: "c89baeb1-9818-4627-95fd-50eeb3677a39",
credentialsId: jenkins_credentials_id,
changelog: false,
poll: false]
)
Expand Down

0 comments on commit e28dac1

Please sign in to comment.