Fix syntax.

This commit is contained in:
Manuele Simi 2021-01-31 22:28:22 -05:00
parent cf27635c59
commit 6581d72615
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
sh "echo -e '<actions>' > $ACTION_OUTPUT"
echo '<actions from="${ACTION_URL}">' > $ACTION_OUTPUT"
'''
}
}