Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jenkinsci/favorite-plugin into to…
Browse files Browse the repository at this point in the history
…pic/JENKINS-44579
  • Loading branch information
James Dumay committed Jun 1, 2017
2 parents c93afd5 + 93d5be5 commit 99242aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Jenkinsfile
@@ -0,0 +1,15 @@
pipeline {
agent {
docker {
image 'maven'
}

}
stages {
stage('Build') {
steps {
sh 'mvn clean install'
}
}
}
}

0 comments on commit 99242aa

Please sign in to comment.