Delete Jenkinsfile

This commit is contained in:
Tarik Abou-Saddik 2020-04-15 15:25:16 -04:00 committed by GitHub
parent bdb9758b0c
commit 78622f3a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
Jenkinsfile vendored
View file

@ -1,10 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh './mvnw package'
}
}
}
}