We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c865ee8 + 5171155 commit ae6f04bCopy full SHA for ae6f04b
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.1.4] - 2025-03-25
10
+
11
## [0.1.3] - 2025-02-24
12
13
### Added
Jenkinsfile
@@ -41,6 +41,7 @@ pipeline {
41
42
triggers {
43
cron(getDailyCronString())
44
+ parameterizedCron(getWeeklyCronString("H(1-5)","%MODE=RELEASE"))
45
}
46
47
stages {
0 commit comments