From 85c10da63da8566b05bd9b989811f7a58ac6bdb1 Mon Sep 17 00:00:00 2001 From: ahsan-storm Date: Thu, 10 Jan 2019 19:56:18 +0500 Subject: [PATCH 1/2] updates jenkins file --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aa7c11c5..191bcf15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ #!/usr/bin/groovy -@Library('github.com/stakater/fabric8-pipeline-library@v2.7.2') +@Library('github.com/stakater/fabric8-pipeline-library@v2.10.3') def dummy goBuildAndRelease { - + chartRepositoryURL = 'https://chartmuseum.release.stakater.com' } From 0316bcd938c04417c368db6431ae2ecaae23d7e0 Mon Sep 17 00:00:00 2001 From: ahsan-storm Date: Tue, 15 Jan 2019 12:13:42 +0500 Subject: [PATCH 2/2] updates jenkins file with latest changes --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 191bcf15..7d3be589 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,10 @@ #!/usr/bin/groovy -@Library('github.com/stakater/fabric8-pipeline-library@v2.10.3') +@Library('github.com/stakater/fabric8-pipeline-library@v2.10.4') def dummy goBuildAndRelease { chartRepositoryURL = 'https://chartmuseum.release.stakater.com' + publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts' + publicChartGitURL = 'git@github.com:stakater/stakater-charts.git' }