Delete Jenkinsfile

This commit is contained in:
Tarik Abou-Saddik 2020-04-15 15:55:45 -04:00 committed by GitHub
parent 802b4adafa
commit bce49993fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
Jenkinsfile vendored
View file

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