Skip to content

Commit

Permalink
updates jenkins file with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsan-storm committed Jan 15, 2019
1 parent 789763f commit 55ed639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/groovy
@Library('github.com/stakater/fabric8-pipeline-library@v2.10.3')
@Library('github.com/stakater/fabric8-pipeline-library@v2.10.6')

def dummy

Expand All @@ -9,4 +9,6 @@ properties([

goBuildViaGoReleaser {
chartRepositoryURL = 'https://chartmuseum.release.stakater.com'
publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts'
publicChartGitURL = 'git@github.com:stakater/stakater-charts.git'
}

0 comments on commit 55ed639

Please sign in to comment.