Update 'Jenkinsfile'
This commit is contained in:
parent
f442d97c11
commit
5ac8dcb4e8
|
@ -10,7 +10,7 @@ pipeline {
|
|||
stage('Build Docker Image') {
|
||||
steps {
|
||||
script {
|
||||
image = docker.build("siwatinc/octoprint-klipper:ender3s1")
|
||||
image = docker.build("siwatinc/octoprint-klipper:ender3s1","./ --no-cache")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue