Update Jenkinsfile
This commit is contained in:
parent
4b5a9fc9c6
commit
6750c17306
1 changed files with 3 additions and 1 deletions
2
Jenkinsfile
vendored
2
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 */
|
||||||
|
@ -23,4 +24,5 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue