Skip to content

Commit

Permalink
Avoid 'test' target for now in Jenkins build due to docker calls havi…
Browse files Browse the repository at this point in the history
…ng issues
  • Loading branch information
bhamail committed Jun 7, 2022
1 parent a6ccedd commit eddc47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dockerizedBuildPipeline(
// make all
// '''
// },
// Avoid 'test' target for now due to docker calls having issues on Jenkins
// Avoid 'test', 'lint' targets for now due to docker calls having issues on Jenkins
buildAndTest: {
sh '''
make deps lint build
make deps build
'''
},
vulnerabilityScan: {
Expand Down

0 comments on commit eddc47e

Please sign in to comment.