From e1a6a1ed87a07c981a8389d9c42b0ca6d9d8903b Mon Sep 17 00:00:00 2001 From: waseem Date: Fri, 18 Oct 2019 12:35:44 +0200 Subject: [PATCH] Change library function to use --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 039c581f..43e6e30a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ #!/usr/bin/groovy @Library('github.com/stakater/stakater-pipeline-library@v2.16.9') _ -goBuildAndRelease { +goBuildViaGoReleaser { publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts' publicChartGitURL = 'git@github.com:stakater/stakater-charts.git' }