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.
2 parents 6ecc543 + 09f070c commit 7a06a93Copy full SHA for 7a06a93
Jenkinsfile
@@ -88,7 +88,7 @@ pipeline {
88
89
steps {
90
script {
91
- timeout(time: 240, unit: 'MINUTES') {
+ timeout(time: 600, unit: 'MINUTES') {
92
def rc = sh(returnStatus: true, script: "./scratch-build.sh koji ${releaseId}-candidate git+https://src.fedoraproject.org/${sourceRepo}.git#${params.PR_COMMIT}")
93
if (fileExists('koji_url')) {
94
kojiUrl = readFile("${env.WORKSPACE}/koji_url").trim()
0 commit comments