Skip to content

Commit

Permalink
NO-ISSUE: Jenkins should only build images (#414)
Browse files Browse the repository at this point in the history
Jenkins build is broken on master since
#412.

This fix tells to Jenkins to only build the images, since all the other
steps (lint, unit tests) are already part of Prow jobs.
  • Loading branch information
adriengentil committed Feb 10, 2022
1 parent ff32f3b commit c0a868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -31,7 +31,7 @@ pipeline {

stage('build') {
steps {
sh 'skipper make'
sh 'skipper make build-images'
}
}

Expand Down

0 comments on commit c0a868f

Please sign in to comment.