We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aeac3f commit 49915faCopy full SHA for 49915fa
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+**2.3.1 - 02/23/26**
2
+
3
+ - Increase cleanup job timeout
4
5
**2.3.0 - 02/18/26**
6
7
- Feature: Support python 3.13
Jenkinsfile.cleanup
@@ -9,7 +9,7 @@ pipeline {
9
10
options {
11
skipDefaultCheckout()
12
- timeout(time: 120, unit: 'MINUTES')
+ timeout(time: 150, unit: 'MINUTES')
13
timestamps()
14
buildDiscarder(logRotator(numToKeepStr: '30'))
15
}
0 commit comments