diff --git a/Jenkinsfile b/Jenkinsfile index 73269fe..7189e75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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()}" } }