Repository: logging-log4j2 Updated Branches: refs/heads/master 078808c65 -> fb91a1b04
Limit jenkins pipeline build to 40 minutes Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fb91a1b0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fb91a1b0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fb91a1b0 Branch: refs/heads/master Commit: fb91a1b048d0aee709ce645004bc933691a302e3 Parents: b85fd41 Author: Matt Sicker <[email protected]> Authored: Sat Apr 7 16:52:24 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Apr 7 16:52:46 2018 -0500 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fb91a1b0/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index bd831f4..172cdfe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { options { - timeout time: 90, unit: 'MINUTES' + timeout time: 40, unit: 'MINUTES' } agent none stages {
