Skip to content

Commit

Permalink
put groovy debug code behind a step
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Feb 15, 2022
1 parent dfc84fd commit 769c4cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ pipeline {
}
stages {
stage('Debug') {
node {
echo 'Working on' + env.BRANCH_NAME
steps {
node {
echo 'Working on' + env.BRANCH_NAME
}
}
}
stage('Sonar') {
Expand Down

0 comments on commit 769c4cc

Please sign in to comment.