Skip to content

Commit

Permalink
Add Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Hamza Zaib committed Jan 14, 2019
1 parent 656ee98 commit 19e6963
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/groovy
@Library('github.com/stakater/fabric8-pipeline-library@v2.10.4')

def dummy

goBuildAndRelease {
toolsImage = "stakater/pipeline-tools:1.13.2"
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 19e6963

Please sign in to comment.