Skip to content

Commit

Permalink
Update Jenkinsfile to latest worfklow library
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Jan 3, 2017
1 parent 35d4449 commit a91a3a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/groovy
node{
ws{
@Library('github.com/fabric8io/fabric8-pipeline-library@master')
def dummy
mavenNode {
dockerNode {
checkout scm
sh "git remote set-url origin git@github.com:fabric8io/docker-maven-plugin.git"

Expand All @@ -11,5 +13,6 @@ node{

stage 'Promote'
pipeline.release(stagedProject)

}
}

0 comments on commit a91a3a7

Please sign in to comment.