This commit is contained in:
2025-10-14 15:11:33 +07:00
parent f4954b76d7
commit 1f6b17b1d3

12
Jenkinsfile vendored
View File

@@ -19,11 +19,6 @@ pipeline {
junit 'target/surefire-reports/*.xml' junit 'target/surefire-reports/*.xml'
} }
}
stage('deploy') {
}
post { post {
always { always {
cleanWs() cleanWs()
@@ -33,6 +28,13 @@ pipeline {
echo 'Build success' echo 'Build success'
} }
} }
}
stage('deploy') {
}
} }
} }