Delete Jenkinsfile

This commit is contained in:
Noah Francis 2020-03-15 23:08:58 -04:00 committed by GitHub
parent c1f21ce47f
commit a0d954dd67
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'
}
}
}
}