Skip to content

Commit

Permalink
ci: remove nightly image build
Browse files Browse the repository at this point in the history
We are not using this image anywhere, let's get rid of it.

Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
  • Loading branch information
nebril committed May 26, 2020
1 parent e095d61 commit 8fb2892
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions jenkinsfiles/Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,6 @@ pipeline {
}
}
}
stage('Nightly-Docker-Image') {
when {
environment name: 'GIT_BRANCH', value: 'origin/master'
}
steps {
withDockerRegistry([ credentialsId: "NIGHTLY_DOCKER_HUB_CRED", url: "" ]) {
sh 'docker tag cilium/cilium:latest cilium/nightly:latest'
sh 'docker tag cilium/nightly:latest cilium/nightly:${NIGHTLY_TAG}'
sh 'docker push cilium/nightly:${NIGHTLY_TAG}'
sh 'docker push cilium/nightly:latest'
}
}
}
stage('Nightly-Tests') {
environment {
K8S_NODES=4
Expand Down

0 comments on commit 8fb2892

Please sign in to comment.