Skip to content

Commit

Permalink
CI: use container with docker, python and git for building images (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
orkiguazio committed Oct 1, 2020
1 parent 1ce1e56 commit bfe974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -19,7 +19,7 @@ podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker-golang-p
string(credentialsId: git_deploy_user_token, variable: 'GIT_TOKEN')
]) {
github.release(git_deploy_user, git_project, git_project_user, git_project_upstream_user, true, GIT_TOKEN) {
container('docker-cmd') {
container('docker-python') {
stage("build ${git_project}/api in dood") {
dir("${github.BUILD_FOLDER}/src/github.com/${git_project_upstream_user}/${git_project}") {
println(common.shellc("MLRUN_VERSION=${github.DOCKER_TAG_VERSION} make api"))
Expand Down

0 comments on commit bfe974a

Please sign in to comment.