[26.06.20] Build and push to kubernetes

This commit is contained in:
andyjk15 2020-06-26 16:46:00 +01:00
parent 291ee97dad
commit 7e22e4bb4a

View File

@ -99,8 +99,8 @@ try {
} }
stage('Deploy') { stage('Deploy') {
// executeShellScript("configuration/scripts/deployToKubernetes.sh", executeShellScript("configuration/scripts/deployToKubernetes.sh",
// env.APPLICATION_NAME) env.APPLICATION_NAME)
} }
} }
} }