- fix Jenkinsfile
This commit is contained in:
Vendored
+7
-8
@@ -8,14 +8,13 @@ pipeline {
|
||||
timestamps()
|
||||
}
|
||||
|
||||
|
||||
|
||||
stages {
|
||||
stage('Docker build') {
|
||||
steps {
|
||||
echo 'Docker build'
|
||||
sh "docker build -t rezid/geotracker"
|
||||
}
|
||||
stage('Docker build') {
|
||||
steps {
|
||||
echo 'Docker build'
|
||||
sh "docker build --no-cache -t geotracker ."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user