This commit is contained in:
rafalguzowski 2023-05-09 16:10:52 +02:00
parent 2f65fc8bc6
commit 800dd226fd

1
Jenkinsfile vendored
View file

@ -3,3 +3,4 @@ agent{
node 'jdk17'
}
pipelineMaven()
cleanWs()