Unverified Commit 9c4d5d93 authored by skoulouzis's avatar skoulouzis Committed by GitHub

Update Jenkinsfile

parent 5edb7912
...@@ -30,6 +30,10 @@ pipeline { ...@@ -30,6 +30,10 @@ pipeline {
steps { steps {
echo 'Deploying' echo 'Deploying'
sh "cd drip-manager && mvn -Dmaven.test.skip=true install dockerfile:build" sh "cd drip-manager && mvn -Dmaven.test.skip=true install dockerfile:build"
sh "cd ../"
sh "cd sure_tosca-flask-server && docker build -t sure-tosca:3.0.0 ."
sh "cd ../"
sh "cd drip-planner && docker build -t drip-planner:3.0.0 ."
} }
} }
......
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