Delete Jenkinsfile

This commit is contained in:
Demian 2020-04-07 13:18:13 -03:00
parent 59d7002184
commit f229d1acc1

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