test
This commit is contained in:
parent
1ab24af7cf
commit
c5e6320bf6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,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 .","-v build/:build/")
|
app = docker.build("brokenfire/brokendiscordbot","--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