Skip to content

Commit 62517c5

Browse files
authored
Merge branch 'master' into latest
2 parents e646f0c + 5a3b266 commit 62517c5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Jenkinsfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Object holding the docker image.
22
def img
33

4-
// Our internal registry.
5-
def PRIVATE_REGISTRY = "https://10.0.0.21:5201"
6-
74
pipeline {
85
agent none
96
options {
@@ -27,13 +24,6 @@ pipeline {
2724
img = docker.build "c-semantics:${env.CHANGE_ID}"
2825
}
2926
} }
30-
stage ( 'Push to private registry' ) { steps {
31-
script {
32-
docker.withRegistry ( "${PRIVATE_REGISTRY}", 'rvdockerhub' ) {
33-
img.push()
34-
}
35-
}
36-
} }
3727
stage ( 'Compile' ) {
3828
options {
3929
timeout(time: 70, unit: 'MINUTES')

0 commit comments

Comments
 (0)