@@ -4,7 +4,7 @@ pipeline {
options {
buildDiscarder logRotator(numToKeepStr: '10')
disableConcurrentBuilds()
- timeout(time: 1, unit: 'MINUTES')
+ timeout(time: 10, unit: 'MINUTES')
}
agent {
kubernetes {
@@ -4,6 +4,7 @@ pipeline {