Add -e to echo.

This commit is contained in:
Manuele Simi 2021-01-31 22:47:55 -05:00
parent cdd185bbd6
commit a94fd80ce7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -66,7 +66,7 @@ pipeline {
echo "#Build ${PIPELINE_BUILD_NUMBER},," > $ACTION_REPORT
echo "#StartTime ${date},," >> $ACTION_REPORT
echo "Project,Repo,Result" >> $ACTION_REPORT
echo "<actions from=\"${ACTION_URL}\">" > $ACTION_OUTPUT
echo -e "<actions from=\"${ACTION_URL}\">" > $ACTION_OUTPUT
'''
}
}