From 2ace3913255715e207a8b787d261cef71996dc3b Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Mon, 6 Apr 2020 16:08:04 +0200 Subject: [PATCH] Disable EOL (timebomb) --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2af4e8948..f9c92247d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -429,6 +429,8 @@ def notifyDiscord(nodeName, buildStatus = 'UNSTABLE') { } def getEolInMonth() { + return 120; + /* if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexDevBranch) { // 6 month for dev builds return 6 @@ -442,6 +444,7 @@ def getEolInMonth() { // 3 month for everything else return 3 } + */ } def shouldUploadSymbols() {