Merge pull request #131 from stakater/fix-pipeline

Update pipeline library and pipeline tools version
This commit is contained in:
Usama Ahmad
2020-03-18 14:15:55 +05:00
committed by GitHub
Vendored
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/groovy
@Library('github.com/stakater/stakater-pipeline-library@v2.16.20') _
@Library('github.com/stakater/stakater-pipeline-library@v2.16.24') _
goBuildViaGoReleaser {
publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts'
publicChartGitURL = 'git@github.com:stakater/stakater-charts.git'
toolsImage = 'stakater/pipeline-tools:v2.0.17'
toolsImage = 'stakater/pipeline-tools:v2.0.18'
}