Delete Jenkinsfile

This commit is contained in:
2020-10-29 21:38:24 -05:00
committed by GitHub
parent 88ccd8edfd
commit d0acfcf674

12
Jenkinsfile vendored
View File

@ -1,12 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
mvn -B package --file pom.xml
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
}
}
}
}