Skip to content

Commit

Permalink
Update pipeline library and pipeline tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedwaleedmalik committed Mar 18, 2020
1 parent 139bc1c commit 8470962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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'
}

0 comments on commit 8470962

Please sign in to comment.