агент
Some checks failed
Hedgehog_server/ServerMonitorBot/pipeline/head There was a failure building this commit

This commit is contained in:
2023-11-19 21:53:21 +03:00
parent 0ac12deed3
commit 742d246cdb

1
Jenkinsfile vendored
View File

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