This is my stage: stage ("SonarQube analysis") { options { timeout(time: 5, unit: 'MINUTES') retry(2) } when { allOf { changeRequest() …
確定! 回上一頁