@ -2,7 +2,7 @@ pipeline {
agent none
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 30, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
timestamps()
}
stages {