diff --git a/auto_build_deploy b/auto_build_deploy index ea13d86ce874457d5516b29096a70d1e203bb68f..e109643f27a5f8b25e59b813c5583d7fd329d055 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"