fix jenkinsfile

This commit is contained in:
Sofiia Churikova 2025-05-02 02:21:49 +03:00
parent 34c66883f8
commit 355fc0afff

3
Jenkinsfile vendored
View file

@ -1,5 +1,8 @@
pipeline {
agent any
tools {
maven 'Maven'
}
stages {
stage('Merge Request Pipeline') {
when {