Merge pull request #1 from demiangmz/master

Remove Jenkinsfile from master.
This commit is contained in:
Demian 2020-04-07 14:30:53 -03:00 committed by GitHub
commit b11e26be72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
Jenkinsfile vendored
View file

@ -1,15 +0,0 @@
pipeline {
agent {
docker {
image 'maven:3.6.1-alpine'
args '-v /root/.m2:/root/.m2'
}
}
stages {
stage('Build') {
steps {
sh 'mvn -B -DskipTests clean install'
}
}
}
}