-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,13 @@ pipeline { | |
) | ||
} | ||
|
||
triggers { | ||
parameterizedCron(env.BRANCH_NAME == 'main' ? ''' | ||
H H(0-1) * * * %TARGET_PLATFORM=r202206;JDK_VERSION=temurin-jdk11-latest;TRIGGER_DOWNSTREAM_BUILD=true | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
LorenzoBettini
Author
Contributor
|
||
H H(3-4) * * * %TARGET_PLATFORM=latest;JDK_VERSION=temurin-jdk17-latest;TRIGGER_DOWNSTREAM_BUILD=true | ||
''' : '') | ||
} | ||
|
||
options { | ||
buildDiscarder(logRotator(numToKeepStr:'10')) | ||
disableConcurrentBuilds() | ||
|
This should be 202203