Removed bad working print in test salt models pipeline
Change-Id: Ic7a7c3c52e87e5ea38bab288542e5318641d4eec
diff --git a/test-salt-models-pipeline.groovy b/test-salt-models-pipeline.groovy
index df58730..2b4e448 100644
--- a/test-salt-models-pipeline.groovy
+++ b/test-salt-models-pipeline.groovy
@@ -114,7 +114,6 @@
def branches = [:]
def acc = 0
- def group = 1
for (int i = 0; i < infraYMLs.size(); i++) {
def infraYMLConfig = readYaml(file: infraYMLs[i])
@@ -135,11 +134,9 @@
parallel branches
branches = [:]
acc = 0
- group++
}
branches[clusterName] = {
- common.infoMsg("Running testing of salt model clusters - test group ${group}")
build job: "test-salt-model-node", parameters: [
[$class: 'StringParameterValue', name: 'DEFAULT_GIT_URL', value: defaultGitUrl],
[$class: 'StringParameterValue', name: 'DEFAULT_GIT_REF', value: defaultGitRef],