[20.02.20] testing for pipeline

This commit is contained in:
andrewso 2020-02-20 16:34:34 +00:00
parent 2f8396a598
commit 998000be95

View File

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