From ad8ddb8dc77fc9f76ef10d0a12ff4b80b5b31246 Mon Sep 17 00:00:00 2001 From: usamaahmadkhan Date: Thu, 27 Feb 2020 11:53:44 +0500 Subject: [PATCH 1/2] update pipeline version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d5e24015..f35ad731 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -@Library('github.com/stakater/stakater-pipeline-library@v2.16.10') _ +@Library('github.com/stakater/stakater-pipeline-library@v2.16.20') _ goBuildViaGoReleaser { publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts' From 45bb53f6018b841c2aa10b0de43838d3ef0f3637 Mon Sep 17 00:00:00 2001 From: usamaahmadkhan Date: Thu, 27 Feb 2020 12:03:54 +0500 Subject: [PATCH 2/2] add toolsImage --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index f35ad731..812ae894 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,4 +4,5 @@ goBuildViaGoReleaser { publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts' publicChartGitURL = 'git@github.com:stakater/stakater-charts.git' + toolsImage = 'stakater/pipeline-tools:v2.0.13' }