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 e55e6cc commit da7e844Copy full SHA for da7e844
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: 180, unit: 'MINUTES') {
+ timeout(time: 240, unit: 'MINUTES') {
70
try {
71
72
currentBuild.description = "[${params.STREAM}] Running"
0 commit comments