commit | f59e0bb77a4349b762bfc793c564a23cdddc8f65 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Mon Apr 17 11:35:50 2017 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Mon Apr 17 11:35:50 2017 +0200 |
tree | f3a3c8b0b6b78fd7270159705b6a454deaac9877 | |
parent | 854f21f295da58346cb0cc51a723b30c4c0967ac [diff] |
Fixed checkouting in test nodejs pipeline Change-Id: I84c2379a842d53fdbf287482f4c4e0883e3f2339
diff --git a/test-nodejs-pipeline.groovy b/test-nodejs-pipeline.groovy index f6e91ef..d0365a4 100644 --- a/test-nodejs-pipeline.groovy +++ b/test-nodejs-pipeline.groovy
@@ -45,7 +45,7 @@ stage('Checkout source code') { if (gerritRef) { // job is triggered by Gerrit - gerrit.gerritPatchsetCheckout ([ + checkouted = gerrit.gerritPatchsetCheckout ([ credentialsId : CREDENTIALS_ID, withWipeOut : true, ])