diff --git a/Jenkinsfile b/Jenkinsfile index eff3bfc..e7e5914 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -161,7 +161,7 @@ def exec(actions, repo_url, repo_name) { git remote -v git config user.email "git.gcube@localhost" git config user.name "git.gcube" - echo $actions > actions.sh + echo "${actions}" > actions.sh chmod a+x actions.sh source actions.sh rm actions.sh