агент

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') {
steps {
checkout scm
sh 'ls'
sh './mvnw compile'
}
}