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

3
Jenkinsfile vendored
View file

@ -2,4 +2,5 @@ library('shared-library')
agent{ agent{
node 'jdk17' node 'jdk17'
} }
pipelineMaven() pipelineMaven()
cleanWs()