[26.06.20] Docker builder change

This commit is contained in:
andyjk15 2020-06-26 16:41:48 +01:00
parent 358a4707fa
commit 291ee97dad

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)
} }
} }
} }