Comment echo commands.

This commit is contained in:
Manuele Simi 2019-12-08 23:01:54 -05:00
parent b98633f9bb
commit e0c766111b
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -167,7 +167,7 @@ pipeline {
[$class: 'StringParameterValue', name: 'local_repo', value: "${maven_local_repo_path}"],
[$class: 'LabelParameterValue', name: 'exec_label', label: "CD", nodeEligibility: [$class: 'AllNodeEligibility']]
])
sh "echo -e \\\"maven-parent,${gjob.getResult()}\\\">> $JOB_REPORT"
//sh "echo -e \\\"maven-parent,${gjob.getResult()}\\\">> $JOB_REPORT"
echo "Done with maven-parent"
}
}
@ -236,7 +236,7 @@ def buildComponents(args, maven_settings_file, maven_local_repo_path, resume) {
[$class: 'StringParameterValue', name: 'local_repo', value: "${maven_local_repo_path}"],
[$class: 'LabelParameterValue', name: 'exec_label', label: "CD", nodeEligibility: [$class: 'AllNodeEligibility']]
]
sh "echo -e \\\"${name},${gjob.getResult()}\\\">> $JOB_REPORT"
//sh "echo -e \\\"${name},${gjob.getResult()}\\\">> $JOB_REPORT"
println "job results: ${gjob.getResult()}"
}
}