diff --git a/Jenkinsfile b/Jenkinsfile index ac7a8bc..571f0ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,6 +66,7 @@ pipeline { echo "#Build ${PIPELINE_BUILD_NUMBER},," > $ACTION_REPORT echo "#StartTime ${date},," >> $ACTION_REPORT echo "Project,Repo,Result" >> $ACTION_REPORT + sh "echo -e '' > $ACTION_OUTPUT" ''' } } @@ -79,7 +80,7 @@ pipeline { sh "echo -e ${projects[i]},${git_root}/${projects[i]},Completed >> $ACTION_REPORT" } } - + sh "echo -e '' >> $ACTION_OUTPUT" } } }