Skip to content

Commit

Permalink
debugging release source...
Browse files Browse the repository at this point in the history
  • Loading branch information
orkiguazio committed Jul 23, 2020
1 parent 879725e commit dae4ff8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-python37-nodejs
dir("${github.BUILD_FOLDER}/src/github.com/${git_project_upstream_user}/${git_project}") {

println(common.shellc("MLRUN_DOCKER_TAG=${github.DOCKER_TAG_VERSION} npm run docker"))
dockerx.images_push_multi_registries(
["${git_project_upstream_user}/mlrun-ui:${github.DOCKER_TAG_VERSION}"],
[
pipelinex.DockerRepo.ARTIFACTORY_IGUAZIO,
pipelinex.DockerRepo.MLRUN_DOCKER_HUB,
pipelinex.DockerRepo.MLRUN_QUAY_IO
]
)
println(common.shellc("docker images"))
// dockerx.images_push_multi_registries(
// ["${git_project_upstream_user}/mlrun-ui:${github.DOCKER_TAG_VERSION}"],
// [
// pipelinex.DockerRepo.ARTIFACTORY_IGUAZIO,
// pipelinex.DockerRepo.MLRUN_DOCKER_HUB,
// pipelinex.DockerRepo.MLRUN_QUAY_IO
// ]
// )
}
}
}
Expand Down

0 comments on commit dae4ff8

Please sign in to comment.