агент

This commit is contained in:
2023-11-19 20:40:53 +03:00
parent edd29ea029
commit 9a4652b8f2

1
Jenkinsfile vendored
View File

@@ -9,6 +9,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
checkout scm checkout scm
sh 'ls'
sh './mvnw compile' sh './mvnw compile'
} }
} }