This repository was archived by the owner on Jun 12, 2024. It is now read-only.
File tree 1 file changed +2
-18
lines changed
1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -207,25 +207,9 @@ git tag $RELEASE_NAME-rc1
207
207
git push upstream $RELEASE_NAME-rc1
208
208
```
209
209
210
- ~~ Jenkins will automatically create a tagged release image and client binary to test with.~~
210
+ CircleCI will automatically create a tagged release image and client binary to test with.
211
211
212
- At the present time, [ Jenkins does not support] ( https://issues.jenkins-ci.org/browse/JENKINS-34395 )
213
- building releases from tags, so it is up to the release maintainer to create the release candidate
214
- binaries themselves and upload the docker image to DockerHub. This can be done by running
215
-
216
- ```
217
- make clean
218
- make bootstrap
219
- make build-cross
220
- VERSION=$RELEASE_NAME-rc1 make dist checksum
221
- DOCKER_REGISTRY=docker.io IMAGE_PREFIX=microsoft VERSION=$RELEASE_NAME-rc1 make docker-binary docker-build docker-push
222
- ```
223
-
224
- Afterwards, the release maintainer will need to upload the binaries and checksums to Azure Blob
225
- Storage. If the release maintainer does not have access to the container, PM @bacongobbler for
226
- more information.
227
-
228
- For testers, the process to start testing after Jenkins finishes building the artifacts involves
212
+ For testers, the process to start testing after CircleCI finishes building the artifacts involves
229
213
the following steps to grab the client from Azure Blob Storage:
230
214
231
215
linux/amd64, using /bin/bash:
You can’t perform that action at this time.
0 commit comments