Update Jenkinsfile

This commit is contained in:
mMate89 2023-05-04 12:43:39 +02:00 committed by GitHub
parent 029ff0b4f4
commit e17bcc134a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -1,4 +1,5 @@
pipeline {
agent any
stages {
stage('Maven install') {
agent {