diff --git a/Jenkinsfile b/Jenkinsfile index b15d226f7..50d3a44ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { stage('Quality Gate') { steps { - timeout(time:5,unit: 'MINITUES') { + timeout(time: 5, unit: 'MINUTES') { waitForQualityGate abortPipline: true } }