Compare commits

..

2 Commits

Author SHA1 Message Date
76a4738682 Merge branch 'master' of ssh://nio17.ulstu.ru:22023/romanov73/fuzzy-controller
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m3s
2025-02-17 16:40:05 +04:00
01b3408faf #13 -- Fix stages 2025-02-17 16:39:53 +04:00

7
Jenkinsfile vendored
View File

@ -1,13 +1,6 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('Test') {
steps {
script {
sh "sh ./gradlew clean test"
}
}
}
stage('Build') { stage('Build') {
steps { steps {
script { script {