Skip to content

Commit

Permalink
Xpect add parameterized-scheduler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pstankie authored and fredg02 committed Dec 2, 2024
1 parent cd2944f commit de93213
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions instances/modeling.xpect/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
jenkins+: {
plugins+: [
"matrix-communication",
"parameterized-scheduler",
],
},
seLinuxLevel: "s0:c57,c34",
Expand Down
3 changes: 2 additions & 1 deletion instances/modeling.xpect/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@
}
],
"plugins": [
"matrix-communication"
"matrix-communication",
"parameterized-scheduler"
],
"pluginsForceUpgrade": true,
"staticAgentCount": 0,
Expand Down
1 change: 1 addition & 0 deletions instances/modeling.xpect/target/jenkins/plugins-list.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# GENERATED FILE - DO NOT EDIT
matrix-communication
parameterized-scheduler
1 change: 1 addition & 0 deletions instances/modeling.xpect/target/jenkins/plugins.log
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ mina-sshd-api-common 2.14.0-133.vcc091215a_358
mina-sshd-api-core 2.14.0-133.vcc091215a_358
okhttp-api 4.11.0-181.v1de5b_83857df
pam-auth 1.11
parameterized-scheduler 277.v61a_4b_a_49a_c5c
parameterized-trigger 806.vf6fff3e28c3e
pipeline-build-step 540.vb_e8849e1a_b_d8
pipeline-graph-analysis 216.vfd8b_ece330ca_
Expand Down

0 comments on commit de93213

Please sign in to comment.