Skip to content

Commit

Permalink
fix(job): unterminated string shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Nov 29, 2023
1 parent 80bc4b9 commit 72497a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/job_dsl.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ freeStyleJob("link-project") {
preBuildCleanup()
}
steps {
shell('cp -r /whanos/scripts/* . && chmod -R 777 . && sh -c "./whanos.sh \${GITHUB_NAME}')
shell('cp -r /whanos/scripts/* . && chmod -R 777 . && sh -c "./whanos.sh \${GITHUB_NAME}"')
}
}
''')
Expand Down

0 comments on commit 72497a9

Please sign in to comment.