Skip to content

Commit

Permalink
fix: multiple variables declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel authored Dec 27, 2017
1 parent b7b50d0 commit cbb9787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (ci){
checkout scm
sh "git remote set-url origin [email protected]:fabric8io/kubernetes-client.git"

def pipeline = load 'release.groovy'
pipeline = load 'release.groovy'

stage 'Stage'
def stagedProject = pipeline.stage()
Expand Down

0 comments on commit cbb9787

Please sign in to comment.