diff --git a/Jenkinsfile b/Jenkinsfile index 978387c..83db420 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" }