test
This commit is contained in:
parent
2b0719b6be
commit
f1c51f5643
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ node {
|
|||||||
/* This builds the actual image; synonymous to
|
/* This builds the actual image; synonymous to
|
||||||
* docker build on the command line */
|
* docker build on the command line */
|
||||||
|
|
||||||
app = docker.build("brokenfire/brokendiscordbot","--rm=true . ", "--build-arg BUILD_NBR=${BUILD_NUMBER}", "--build-arg BRANCH_NAME=${BRANCH_NAME}")
|
app = docker.build("brokenfire/brokendiscordbot",'-build-arg BUILD_NBR=${BUILD_NUMBER} --build-arg BRANCH_NAME=${BRANCH_NAME} --rm=true . -')
|
||||||
}
|
}
|
||||||
stage('Push image') {
|
stage('Push image') {
|
||||||
/* Finally, we'll push the image with two tags:
|
/* Finally, we'll push the image with two tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user