Skip to content

Commit

Permalink
Merge branch 'master' into latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chathhorn authored Sep 30, 2019
2 parents e646f0c + 5a3b266 commit 62517c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Object holding the docker image.
def img

// Our internal registry.
def PRIVATE_REGISTRY = "https://10.0.0.21:5201"

pipeline {
agent none
options {
Expand All @@ -27,13 +24,6 @@ pipeline {
img = docker.build "c-semantics:${env.CHANGE_ID}"
}
} }
stage ( 'Push to private registry' ) { steps {
script {
docker.withRegistry ( "${PRIVATE_REGISTRY}", 'rvdockerhub' ) {
img.push()
}
}
} }
stage ( 'Compile' ) {
options {
timeout(time: 70, unit: 'MINUTES')
Expand Down

0 comments on commit 62517c5

Please sign in to comment.