From 2c2beb91c7379fc35138e62dcf5defbff49b00f4 Mon Sep 17 00:00:00 2001 From: irti Date: Fri, 20 Sep 2019 11:27:30 +0500 Subject: [PATCH] [fix-direct-installation-issue] update Jenkinsfile --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5fd4c53d..ede3d121 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,8 @@ #!/usr/bin/groovy -@Library('github.com/stakater/fabric8-pipeline-library@v2.10.8') - -def dummy +@Library('github.com/stakater/stakater-pipeline-library@v2.16.4')_ goBuildAndRelease { chartRepositoryURL = 'https://chartmuseum.release.stakater.com' publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts' publicChartGitURL = 'git@github.com:stakater/stakater-charts.git' -} \ No newline at end of file +}