Fix Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -44,7 +44,7 @@ node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Build Docker') {
|
stage('Build Docker') {
|
||||||
customImage = docker.build(env.DOCKER_NAME, "--compress")
|
customImage = docker.build(env.DOCKER_NAME, "--compress .")
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
|
|||||||
Reference in New Issue
Block a user