We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773b6cc commit 5047546Copy full SHA for 5047546
Jenkinsfile
@@ -29,7 +29,7 @@ pipeline {
29
agent {
30
label 'data'
31
}
32
- options { timeout(time: 45, unit: 'MINUTES') }
+ options { timeout(time: 60, unit: 'MINUTES') }
33
34
environment {
35
DOCKER_HUB = credentials("${p['docker.credentials']}")
0 commit comments