Skip to content

Commit

Permalink
Removed bazel clean calls (istio#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvas authored Apr 28, 2017
1 parent 7e90f7f commit 7090e5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ def presubmit(gitUtils, bazel) {
sh('script/check-style')
}
bazel.updateBazelRc()
// TODO(sebastienvas): Fix Jenkins to build without cleaning
sh('bazel clean')
stage('Bazel Fetch') {
bazel.fetch('-k //...')
}
Expand All @@ -56,8 +54,6 @@ def postsubmit(gitUtils, bazel, utils) {
stage('Push Binary') {
sh 'script/release-binary'
}
// TODO(sebastienvas): Fix Jenkins to build without cleaning
sh('bazel clean')
stage('Docker Push') {
def images = 'envoy,envoy_debug'
def tags = "${gitUtils.GIT_SHORT_SHA},\$(date +%Y-%m-%d-%H.%M.%S),latest"
Expand Down

0 comments on commit 7090e5d

Please sign in to comment.