Skip to content

Commit

Permalink
Merged in SIM-3231 (pull request apache#13)
Browse files Browse the repository at this point in the history
SIM-3231: add: decoupling information

Approved-by: Jeffrey Uong
  • Loading branch information
Spenser Gilliland committed May 29, 2020
2 parents ea3fe44 + 6122ef9 commit 183067b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ def main() {
node("docker") {
stage("Checkout") {
utils.checkoutBitbucket()
utils.setBuildMetadataFromVersionIn("python/VERSION.in")
}

def image
stage("DockerBuild") {
image = utils.dockerBuild("docker/Dockerfile", 'simaai/' + job_name, "docker_creds", "docker_build.log", { ->
})
image = utils.dockerBuild("docker/Dockerfile", 'simaai/' + job_name, "docker_creds", "docker_build.log", {})
}

parallel push: {
Expand Down

0 comments on commit 183067b

Please sign in to comment.