Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-09 00:33:55 -04:00 committed by GitHub
parent 2369b60d27
commit ecb130f736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent { docker { image 'maven:3.3.3' } }
agent any
stages {
stage('build') {
steps {