We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ccedd commit eddc47eCopy full SHA for eddc47e
Jenkinsfile
@@ -26,10 +26,10 @@ dockerizedBuildPipeline(
26
// make all
27
// '''
28
// },
29
- // 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
30
buildAndTest: {
31
sh '''
32
- make deps lint build
+ make deps build
33
'''
34
},
35
vulnerabilityScan: {
0 commit comments