Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit deea104

Browse files
authored
Merge pull request #610 from kubernetes-incubator/aaronlevy-patch-1
Update jenkins links in release process
2 parents 7692dd1 + 9377c36 commit deea104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Vendoring currently relies on the [glide](https://github.com/Masterminds/glide)
2323

2424
## Run conformance test
2525

26-
Easiest is to use internal jenkins job: [bootkube-development](https://jenkins.coreos.systems/job/bootkube-development/)
26+
Easiest is to use internal jenkins job: [bootkube-development](https://jenkins-kube-lifecycle.prod.coreos.systems/view/bootkube/job/bootkube-dev/)
2727

2828
Or, manually:
2929

@@ -51,7 +51,7 @@ git push origin vX.Y.Z
5151

5252
### Cut a release image
5353

54-
Easiest is to use internal jenkins job: [bootkube-release](https://jenkins.coreos.systems/view/Kubernetes/job/bootkube-release/).
54+
Easiest is to use internal jenkins job: [bootkube-release](https://jenkins-kube-lifecycle.prod.coreos.systems/view/bootkube/job/bootkube-release/).
5555
This job will push the image to the quay.io/coreos/bootkube repo, and archive a tarball of binary releases (manually upload to github release)
5656

5757
Or, manually:
@@ -68,7 +68,7 @@ This only needs to happen when changes have been made to the checkpointer code /
6868

6969
### Build a new checkpointer image
7070

71-
Easiest is to use internal jenkin job: [checkpointer-release](https://jenkins.coreos.systems/view/Kubernetes/job/checkpointer-release/)
71+
Easiest is to use internal jenkin job: [checkpointer-release](https://jenkins-kube-lifecycle.prod.coreos.systems/view/bootkube/job/checkpointer-release/)
7272

7373
Or, manually:
7474

0 commit comments

Comments
 (0)