Skip to content

Commit

Permalink
wrong syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Feb 15, 2022
1 parent 769c4cc commit c7e83c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
stages {
stage('Debug') {
steps {
node {
script {
echo 'Working on' + env.BRANCH_NAME
}
}
Expand Down

0 comments on commit c7e83c9

Please sign in to comment.