Delete Jenkinsfile

This commit is contained in:
Demian 2020-04-07 13:11:56 -03:00
parent 59d7002184
commit c49c535af1

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'
}
}
}
}