Delete Jenkinsfile

This commit is contained in:
Telesphoreo 2020-10-29 21:38:24 -05:00 committed by GitHub
parent 88ccd8edfd
commit d0acfcf674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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