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 {
agent any
tools {
maven 'Maven'
agent {
docker {
image 'maven:3-alpine'
}
}
stages {
stage ('Build') {