Update 'Jenkinsfile'

This commit is contained in:
Siwat Sirichai 2023-01-03 00:37:15 +07:00
parent f442d97c11
commit 5ac8dcb4e8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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")
}
}
}