Update Jenkinsfile

This commit is contained in:
2025-05-26 13:20:55 +03:00
parent 336a1e1d06
commit 3482f0fd93

3
Jenkinsfile vendored
View File

@@ -72,6 +72,7 @@ spec:
""" """
} }
} }
stages{
stage('Retrieve maven Environment Variables') { stage('Retrieve maven Environment Variables') {
steps { steps {
container('maven') { container('maven') {
@@ -103,8 +104,6 @@ spec:
} }
} }
} }
stages{
stage('Make jar') { stage('Make jar') {
steps { steps {
script { script {