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
name now correct
  • Loading branch information
Andreas Streichardt committed Sep 15, 2017
commit 45d42d8680507f6e1e849ac571a640672d881cb9
2 changes: 1 addition & 1 deletion Installation/Pipeline/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ def runOperatingSystems(osList) {
def stageName = "build-${name}"
branches[stageName] = runEdition(os, edition, maintainer, stageName)
if (os == 'linux') {
branches["docker-${name}"] = createDockerImage(os, edition, maintainer, "docker-${name}")
branches["docker-${name}"] = createDockerImage(edition, maintainer, "docker-${name}")
}
}
}
Expand Down
0