Update Jenkinsfile
This commit is contained in:
parent
38b91d6fc9
commit
4253e606eb
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.withRegistry('https://git.adrianux.net/ahoemann/') {
|
docker.withRegistry('https://git.adrianux.net/ahoemann/') {
|
||||||
|
|
||||||
/* Build the container image */
|
/* Build the container image */
|
||||||
def dockerImage = docker.build("adrianux:${env.BUILD_ID}")
|
def dockerImage = docker.build("adrianux:${env.BUILD_ID}")
|
||||||
|
|
Loading…
Add table
Reference in a new issue