Skip to content

Commit

Permalink
Include debugging code. (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrorichardtoledo authored Nov 20, 2024
1 parent 77cdefa commit 09030c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pipeline {
echo "Jenkins may have left over files from previous builds"
git clean -df
'''
sh 'echo cicd > .id' // Pre-create .id to avoid Makefile execution
}
}
stage('Build') {
Expand Down

0 comments on commit 09030c2

Please sign in to comment.