Skip to content

Commit

Permalink
Add yangtools-11 jobs
Browse files Browse the repository at this point in the history
We have branched yangtools-11.0.x, add jobs to support this branch.

Change-Id: If196f45f5b743b59b4d838b36ff1575a46dd2483
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Oct 5, 2023
1 parent 11010c9 commit 86d228f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions jjb/yangtools/yangtools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,32 @@
# Used by the release job
staging-profile-id: 1271cf710cc09d

- project:
name: yangtools-11.0.x
jobs:
- odl-maven-jobs-jdk17
- odl-maven-verify-jobs-jdk17

project: yangtools
project-name: yangtools
branch: 11.0.x
stream: 11.0.x

mvn-settings: "yangtools-settings"

dependencies: ""
email-upstream: "[yangtools]"
archive-artifacts: >
**/*.prop
**/*.log
**/target/surefire-reports/*-output.txt
**/target/failsafe-reports/failsafe-summary.xml
**/hs_err_*.log
**/target/feature/feature.xml
# Used by the release job
staging-profile-id: 1271cf710cc09d

- project:
name: yangtools-10.0.x
jobs:
Expand Down

0 comments on commit 86d228f

Please sign in to comment.