8000 Feature/branch docker images by m0ppers · Pull Request #3269 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Feature/branch docker images #3269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Sep 19, 2017
Prev Previous commit
Next Next commit
ds;nf
  • Loading branch information
Andreas Streichardt committed Sep 15, 2017
commit 2c75a07cc5ae4e73722ae085af4113219f522d11
2 changes: 1 addition & 1 deletion Installation/Pipeline/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def createDockerImage(edition, maintainer, stageName) {
checkoutSource(edition)

def test=1
def package = "${edition}-${maintainer}"
def package = "HAHAAHA"
def dockerTag = sourceBranchLabel.replaceAll(/[^0-9a-z]/, '-')
withEnv(["DOCKERTAG=${dockerTag}"]) {
sh "scripts/build-docker.sh"
Expand Down
0