Skip to content

Commit

Permalink
Merge pull request #3 from stakater-charts/change-jenkinsfile
Browse files Browse the repository at this point in the history
Update Jenkinsfile
  • Loading branch information
hamza3202 authored May 21, 2019
2 parents 02a9e7f + 830b2cc commit caa4065
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/groovy
@Library('github.com/stakater/fabric8-pipeline-library@master')
@Library('github.com/stakater/stakater-pipeline-library@master')

def dummy = ""

prepareAndUploadCharts {
charts = [ "configmap" ]
isPublic = true
}
publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts'
publicChartGitURL = '[email protected]:stakater/stakater-charts.git'
}

0 comments on commit caa4065

Please sign in to comment.