Update Jenkinsfile
This commit is contained in:
parent
4b5a9fc9c6
commit
6750c17306
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -13,6 +13,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
steps {
|
||||||
docker.withRegistry('https://git.adrianux.net/ahoemann/') {
|
docker.withRegistry('https://git.adrianux.net/ahoemann/') {
|
||||||
|
|
||||||
/* Build the container image */
|
/* Build the container image */
|
||||||
|
@ -20,7 +21,8 @@ pipeline {
|
||||||
|
|
||||||
/* Push the container to the custom Registry */
|
/* Push the container to the custom Registry */
|
||||||
dockerImage.push()
|
dockerImage.push()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue