From 2c2beb91c7379fc35138e62dcf5defbff49b00f4 Mon Sep 17 00:00:00 2001 From: irti Date: Fri, 20 Sep 2019 11:27:30 +0500 Subject: [PATCH 1/5] [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 +} From 2d720809d9c4263fec1a4fa5360a1d81b223c7c0 Mon Sep 17 00:00:00 2001 From: irti Date: Mon, 23 Sep 2019 12:15:32 +0500 Subject: [PATCH 2/5] [fix-direct-installation-issue] change the pipeline library version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ede3d121..019c6c2f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ #!/usr/bin/groovy -@Library('github.com/stakater/stakater-pipeline-library@v2.16.4')_ +@Library('github.com/stakater/stakater-pipeline-library@v2.16.1')_ goBuildAndRelease { chartRepositoryURL = 'https://chartmuseum.release.stakater.com' From c8ab70f80d77a0af63531fb7a9b8d95f7761c8db Mon Sep 17 00:00:00 2001 From: irti Date: Tue, 1 Oct 2019 15:37:35 +0500 Subject: [PATCH 3/5] [fix-direct-installation-issue] update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 019c6c2f..dcb58a0f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ #!/usr/bin/groovy -@Library('github.com/stakater/stakater-pipeline-library@v2.16.1')_ +@Library('github.com/stakater/stakater-pipeline-library@update-helm-template-command')_ goBuildAndRelease { chartRepositoryURL = 'https://chartmuseum.release.stakater.com' From 4598bf0f7df54b2f0454102dc0de300f3f461039 Mon Sep 17 00:00:00 2001 From: irti Date: Tue, 1 Oct 2019 20:14:16 +0500 Subject: [PATCH 4/5] [fix-direct-installation-issue] update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dcb58a0f..85302a1a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ #!/usr/bin/groovy -@Library('github.com/stakater/stakater-pipeline-library@update-helm-template-command')_ +@Library('github.com/stakater/stakater-pipeline-library@v2.16.6')_ goBuildAndRelease { chartRepositoryURL = 'https://chartmuseum.release.stakater.com' From 984794850b21168354044ef220031a176e75b227 Mon Sep 17 00:00:00 2001 From: irti Date: Wed, 9 Oct 2019 11:27:32 +0500 Subject: [PATCH 5/5] [fix-direct-installation-issue] remove the chartRepositoryURL arg from the goBuildAndRelease method --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 85302a1a..da9195bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,6 @@ @Library('github.com/stakater/stakater-pipeline-library@v2.16.6')_ goBuildAndRelease { - chartRepositoryURL = 'https://chartmuseum.release.stakater.com' publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts' publicChartGitURL = 'git@github.com:stakater/stakater-charts.git' }