sonar devlop

This commit is contained in:
unknown 2025-05-27 12:53:42 +05:30
parent 4ce23f826a
commit a7275f8852

9
Jenkinsfile vendored
View file

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