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 4bccf8d + 5e8c6de commit e55e6ccCopy full SHA for e55e6cc
jobs/bump-lockfile.Jenkinsfile
@@ -66,7 +66,7 @@ lock(resource: "bump-lockfile") {
66
cosaPod(image: cosa_img,
67
cpu: "${ncpus}", memory: "${cosa_memory_request_mb}Mi",
68
serviceAccount: "jenkins") {
69
- timeout(time: 150, unit: 'MINUTES') {
+ timeout(time: 180, unit: 'MINUTES') {
70
try {
71
72
currentBuild.description = "[${params.STREAM}] Running"
0 commit comments