Merge "use checkContains to decide on components"
diff --git a/test-groovy-pipeline.groovy b/test-groovy-pipeline.groovy
index 66e0393..45404cb 100644
--- a/test-groovy-pipeline.groovy
+++ b/test-groovy-pipeline.groovy
@@ -14,7 +14,13 @@
stage ('Checkout source code'){
gerrit.gerritPatchsetCheckout ([
credentialsId : CREDENTIALS_ID,
- withWipeOut : true
+ withWipeOut : true,
+ gerritRefSpec: GERRIT_REFSPEC,
+ gerritName: GERRIT_NAME,
+ gerritHost: GERRIT_HOST,
+ gerritPort: GERRIT_PORT,
+ gerritProject: GERRIT_PROJECT,
+ gerritBranch: GERRIT_BRANCH,
])
}
stage ('Run Codenarc tests'){