Merge pull request #2 from liatrio/dockerJenkinsFile

Docker jenkins file
This commit is contained in:
Benjamin Stein 2017-05-08 15:04:22 -07:00 committed by GitHub
commit 919e7609d6

7
Jenkinsfile vendored
View file

@ -1,7 +1,8 @@
pipeline { pipeline {
agent any agent {
tools { docker {
maven 'Maven' image 'maven:3-alpine'
}
} }
stages { stages {
stage ('Build') { stage ('Build') {