Skip to content

Commit f4196bd

Browse files
authored
Update Jenkinsfile
1 parent 0d8c34e commit f4196bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Jenkinsfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#!/usr/bin/env groovy
2-
@Library('github.com/stakater/[email protected].15') _
1+
#!/usr/bin/groovy
2+
@Library('github.com/stakater/[email protected].24') _
33

44
goBuildViaGoReleaser {
55
publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts'
66
publicChartGitURL = '[email protected]:stakater/stakater-charts.git'
7-
}
7+
toolsImage = 'stakater/pipeline-tools:v2.0.18'
8+
}

0 commit comments

Comments
 (0)