Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

[WIP] Build tag #632

Closed
wants to merge 1 commit into from
Closed

[WIP] Build tag #632

wants to merge 1 commit into from

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Sep 24, 2019

- What I did
Fix build so we can use arbitrary branch name, and more specifically dependabot support with use of / in branch names.

- How I did it
Replaced use of BUILD_TAG (=job_name-build_number) as a variable to set transient docker images tag

- How to verify it
This is what CI is made for :)

- Description for the changelog
Fix build script so we can use dependabot

- A picture of a cute animal (not mandatory but encouraged)
image

docker.Makefile Outdated Show resolved Hide resolved
@ndeloof ndeloof force-pushed the BUILD_TAG branch 2 times, most recently from 78fd459 to 05d9228 Compare September 24, 2019 07:53
Jenkins' BUILD_TAG allows many symbols that are not valid within docker tag

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@ndeloof
Copy link
Contributor Author

ndeloof commented Sep 24, 2019

After a closer look, I notice we have Jenkins setup to build branches+PRs and the PR build actually succeed (as BUILD_TAG is then app-PR-xyz) but we also have a concurrent branch build running, which results in commit status. So I updated Jenkins configuration to avoid this.

@silvin-lubecki silvin-lubecki changed the title Build tag [WIP] Build tag Sep 24, 2019
@ndeloof ndeloof closed this Oct 16, 2019
@ndeloof ndeloof deleted the BUILD_TAG branch October 16, 2019 13:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants