[22.02.20] Uncommented Deploy step

This commit is contained in:
andrewso 2020-02-22 23:42:09 +00:00
parent 3805b12c35
commit 3d787a6df9

View File

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