#13 -- Fix stages

This commit is contained in:
Anton Romanov 2025-02-17 16:39:53 +04:00
parent 29990ca26e
commit 01b3408faf

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 {