Commit dbcfa8c3 authored by 胡凯旋's avatar 胡凯旋

fix jenkinsfile

parent 2f957a8e
...@@ -29,7 +29,7 @@ pipeline { ...@@ -29,7 +29,7 @@ pipeline {
dingNotify "before" dingNotify "before"
} }
} }
stage('Build Service Image') { stage('Build Image') {
steps { steps {
sh "docker build . ${params.CACHE} -t $IMAGE -f /srv/apps/search_tips/Dockerfile" sh "docker build . ${params.CACHE} -t $IMAGE -f /srv/apps/search_tips/Dockerfile"
sh "docker push $IMAGE" sh "docker push $IMAGE"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment