From 3d787a6df9cfd28328a8a617c8e953b5a2d957c0 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Sat, 22 Feb 2020 23:42:09 +0000 Subject: [PATCH] [22.02.20] Uncommented Deploy step --- configuration/pipelines/build.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 712cb99..ef7af65 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -89,8 +89,8 @@ try { } stage('Deploy') { -// executeShellScript("configuration/scripts/deployToKubernetes.sh", -// env.APPLICATION_NAME) + executeShellScript("configuration/scripts/deployToKubernetes.sh", + env.APPLICATION_NAME) } } }