Disable EOL (timebomb)

This commit is contained in:
Klaus Basan
2020-04-06 16:08:04 +02:00
committed by Mat Sutcliffe
parent cc59d70694
commit 2ace391325

3
Jenkinsfile vendored
View File

@@ -429,6 +429,8 @@ def notifyDiscord(nodeName, buildStatus = 'UNSTABLE') {
} }
def getEolInMonth() { def getEolInMonth() {
return 120;
/*
if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexDevBranch) { if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexDevBranch) {
// 6 month for dev builds // 6 month for dev builds
return 6 return 6
@@ -442,6 +444,7 @@ def getEolInMonth() {
// 3 month for everything else // 3 month for everything else
return 3 return 3
} }
*/
} }
def shouldUploadSymbols() { def shouldUploadSymbols() {