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 34c769a commit 997e3b4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ dockerizedBuildPipeline(
prepare: {
githubStatusUpdate('pending')
},
buildAndTest: {
// buildAndTest: {
// sh '''
// make all
// '''
// },
// Avoid 'test' target for now due to docker calls having issues on Jenkins
build: {
sh '''
make all
make deps lint build
'''
},
vulnerabilityScan: {
Expand Down

0 comments on commit 997e3b4

Please sign in to comment.