Fix syntax.

This commit is contained in:
Manuele Simi 2021-01-31 22:29:41 -05:00
parent 6581d72615
commit 64871fa96a
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 '<actions from="${ACTION_URL}">' > $ACTION_OUTPUT
'''
}
}