added jenkins

This commit is contained in:
unknown 2025-05-27 12:58:29 +05:30
parent a7275f8852
commit c3880ccee5

2
Jenkinsfile vendored
View file

@ -42,7 +42,7 @@ pipeline {
stage('Quality Gate') {
steps {
timeout(time:5,unit: 'MINITUES') {
timeout(time: 5, unit: 'MINUTES') {
waitForQualityGate abortPipline: true
}
}