diff --git a/Jenkinsfile b/Jenkinsfile index aa7c11c5..191bcf15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ #!/usr/bin/groovy -@Library('github.com/stakater/fabric8-pipeline-library@v2.7.2') +@Library('github.com/stakater/fabric8-pipeline-library@v2.10.3') def dummy goBuildAndRelease { - + chartRepositoryURL = 'https://chartmuseum.release.stakater.com' }