From bf9709e75e7b4614d2167433656086cfa24c92ae Mon Sep 17 00:00:00 2001 From: Amol Ghatol <amol_g@techjoomla.com> Date: Mon, 14 Jun 2021 17:48:31 +0530 Subject: [PATCH] Auto build and deploy --- auto_build_deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_build_deploy b/auto_build_deploy index ea13d86..e109643 100644 --- a/auto_build_deploy +++ b/auto_build_deploy @@ -37,7 +37,7 @@ node('build-slave') { currentBuild.result = "SUCCESS" slack_notify(currentBuild.result, tag_name) email_notify() - auto_build_deploy_player() + auto_build_deploy() } catch (err) { currentBuild.result = "FAILURE" -- GitLab