From 013fcdc052a611df6116ed4ff62b0ee53ad48f20 Mon Sep 17 00:00:00 2001 From: ahsan-storm Date: Mon, 21 Jan 2019 13:10:31 +0500 Subject: [PATCH] updates pipeline library version --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d3be589..5fd4c53d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ #!/usr/bin/groovy -@Library('github.com/stakater/fabric8-pipeline-library@v2.10.4') +@Library('github.com/stakater/fabric8-pipeline-library@v2.10.8') def dummy @@ -7,4 +7,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