This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push: new 7dbd422 ninja-fix priority job has new syntax in jenkins groovy dsl 7dbd422 is described below commit 7dbd422fc734b12092f3306c2df800042ce53b03 Author: Mick Semb Wever <m...@apache.org> AuthorDate: Wed Jul 12 13:49:49 2023 +0200 ninja-fix priority job has new syntax in jenkins groovy dsl --- jenkins-dsl/cassandra_job_dsl_seed.groovy | 55 +++++++------------------------ 1 file changed, 11 insertions(+), 44 deletions(-) diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy index e721b81..7c9c708 100755 --- a/jenkins-dsl/cassandra_job_dsl_seed.groovy +++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy @@ -155,10 +155,7 @@ matrixJob('Cassandra-template-artifacts') { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(1) - } + priority(1) } scm { git { @@ -232,10 +229,7 @@ matrixJob('Cassandra-template-test') { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(3) - } + priority(3) } scm { git { @@ -294,10 +288,7 @@ matrixJob('Cassandra-template-dtest-matrix') { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(7) - } + priority(7) } scm { git { @@ -349,10 +340,7 @@ matrixJob('Cassandra-template-cqlsh-tests') { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(3) - } + priority(3) } scm { git { @@ -760,10 +748,7 @@ cassandraBranches.each { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(1) - } + priority(1) } definition { cpsScm { @@ -832,10 +817,7 @@ matrixJob('Cassandra-devbranch-artifacts') { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(1) - } + priority(1) } scm { git { @@ -950,10 +932,7 @@ testTargets.each { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(3) - } + priority(3) } scm { git { @@ -1101,10 +1080,7 @@ archs.each { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(6) - } + priority(6) } scm { git { @@ -1226,10 +1202,7 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') { childCustomWorkspace('.') properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(3) - } + priority(3) } scm { git { @@ -1332,10 +1305,7 @@ pipelineJob('Cassandra-devbranch') { } properties { githubProjectUrl(githubRepo) - priorityJobProperty { - useJobPriority(true) - priority(1) - } + priority(1) } definition { cps { @@ -1371,10 +1341,7 @@ job('cassandra-website') { } properties { githubProjectUrl('https://github.com/apache/cassandra-website/') - priorityJobProperty { - useJobPriority(true) - priority(1) - } + priority(1) } scm { git { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org