feature/task-30-docker #31

Merged
L_DelOff merged 76 commits from feature/task-30-docker into master 2023-11-22 11:36:41 +03:00
Showing only changes of commit 9a4652b8f2 - Show all commits

1
Jenkinsfile vendored
View File

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