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