Unverified Commit 5b8b8214 authored by initsixcloud's avatar initsixcloud Committed by GitHub

Merge pull request #1 from initsixcloud/azure

Update Jenkinsfile
parents 14f08e6a 7390fd1d
......@@ -7,7 +7,7 @@ pipeline {
sh 'cp -R helm/* .'
sh 'ls -ltr'
sh 'pwd'
sh '/usr/local/bin/helm upgrade --install petclinic-app petclinic --set image.repository=registry.hub.docker.com/initsixcloud/petclinic --set image.tag=1'
sh '/usr/local/bin/helm upgrade --install petclinic-app petclinic --set image.repository=cloudfreak.azurecr.io/cloudfreak/petclinic --set image.tag=1'
}
}
......
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