Echo the fragment.

This commit is contained in:
Manuele Simi 2021-01-17 22:23:27 -05:00
parent e16e832f5a
commit 965ed1aa06
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -156,7 +156,7 @@ def exec(actions, repo_url, repo_name) {
withCredentials([usernamePassword(credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) {
def repository = repo_url.replaceFirst(".+://", "https://${GIT_USERNAME}:${GIT_PASSWORD}@")
sh("""
cat $actions > actions.sh
echo $actions > actions.sh
chmod a+x actions.sh
source actions.sh
rm actions.sh