Fix syntax.

This commit is contained in:
Manuele Simi 2021-01-31 22:07:32 -05:00
parent 446721255b
commit a2b8c5c6fc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -178,7 +178,7 @@ def exec(repo_url, repo_name) {
output = sh(script: bashWrapper, returnStdout: true)?.trim()
}
}
sh "echo -e '<action repo="${repo_url}">"' --- >> $ACTION_OUTPUT"
sh "echo -e '<action repo="${repo_url}">' --- >> $ACTION_OUTPUT"
sh "echo -e '<stdout>' >> $ACTION_OUTPUT"
sh "echo -e '${output}' >> $ACTION_OUTPUT"
sh "echo -e '</stdout>' >> $ACTION_OUTPUT"