Skip to content

Commit

Permalink
use default timeout of 10 minutes to avoid JENKINS-47953
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Dec 9, 2017
1 parent b30d9d7 commit 2d0dda5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.

This file was deleted.

This file was deleted.

Expand Up @@ -3,5 +3,5 @@ package com.nirima.jenkins.plugins.docker.strategy.DockerOnceRetentionStrategy
def f = namespace(lib.FormTagLib);

f.entry(title: "Idle timeout", field: "idleMinutes") {
f.number(default: 0)
f.number(default: 10)
}

0 comments on commit 2d0dda5

Please sign in to comment.