Escape stdout.

This commit is contained in:
Manuele Simi 2021-01-31 21:21:46 -05:00
parent 451474974a
commit 69ef5c1180
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -176,7 +176,7 @@ def exec(repo_url, repo_name) {
}
}
sh "echo -e --- STDOUT FROM REPO ${repo_url} --- >> $ACTION_OUTPUT"
sh "echo -e ${output} >> $ACTION_OUTPUT"
sh "echo -e '${output}' >> $ACTION_OUTPUT"
sh "echo -e --- END REPO ${repo_url} --- >> $ACTION_OUTPUT"
}