diff --git a/bom-2.235.x/pom.xml b/bom-2.235.x/pom.xml new file mode 100644 index 000000000..7853ec880 --- /dev/null +++ b/bom-2.235.x/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + + io.jenkins.tools.bom + parent + ${revision}${changelist} + + bom-2.235.x + pom + + + + ${project.groupId} + bom-2.249.x + ${project.version} + import + pom + + + + diff --git a/bom-latest/pom.xml b/bom-latest/pom.xml index 4da7e83ba..1061c690f 100644 --- a/bom-latest/pom.xml +++ b/bom-latest/pom.xml @@ -6,7 +6,7 @@ parent ${revision}${changelist} - bom-2.235.x + bom-2.249.x pom 1.43 @@ -14,7 +14,7 @@ 2.6.3 1.20 2.40 - 2.82 + 2.83 2.39 2.22 3.5 @@ -226,12 +226,12 @@ org.jenkins-ci.plugins pipeline-build-step - 2.12 + 2.13 org.jenkins-ci.plugins pipeline-input-step - 2.11 + 2.12 org.jenkins-ci.plugins diff --git a/pct.sh b/pct.sh index 95d2f8287..ef55a3754 100755 --- a/pct.sh +++ b/pct.sh @@ -55,6 +55,7 @@ fi # TODO rather than removing all these, have a text file of known failures and just convert them to “skipped” # or add surefire.excludesFile to MAVEN_PROPERTIES so we do not waste time even running these +# TODO this should probably now read `= 2.176.x`, though CommandLauncher2Test now fails with a new error if [ "$LINE" != 2.190.x ] then # TODO https://github.com/jenkinsci/jenkins/pull/4120 problems with workflow-cps → jquery-detached: @@ -123,4 +124,7 @@ rm -fv pct-work/workflow-basic-steps/target/surefire-reports/TEST-org.jenkinsci. # TODO cryptic PCT-only errors: https://github.com/jenkinsci/bom/pull/251#issuecomment-645012427 rm -fv pct-work/matrix-project/target/surefire-reports/TEST-hudson.matrix.AxisTest.xml +# TODO https://github.com/jenkinsci/branch-api-plugin/pull/211 +rm -fv pct-work/branch-api/target/surefire-reports/TEST-jenkins.branch.RateLimitBranchPropertyTest.xml + # produces: **/target/surefire-reports/TEST-*.xml diff --git a/pom.xml b/pom.xml index ea9683cec..5261babe5 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,7 @@ bom-latest + bom-2.235.x bom-2.222.x bom-2.204.x bom-2.190.x diff --git a/prep.sh b/prep.sh index 60454b58f..a351cf935 100755 --- a/prep.sh +++ b/prep.sh @@ -41,10 +41,9 @@ do done # TODO find a way to encode this in some POM so that it can be managed by Dependabot -version=0.5.1 -timestamp=20200512.100129-2 # https://github.com/jenkinsci/plugin-compat-tester/pull/239 -pct=$HOME/.m2/repository/org/jenkins-ci/tests/plugins-compat-tester-cli/${version}-SNAPSHOT/plugins-compat-tester-cli-${version}-${timestamp}.jar -[ -f $pct ] || $MVN dependency:get -Dartifact=org.jenkins-ci.tests:plugins-compat-tester-cli:${version}-${timestamp}:jar -DremoteRepositories=https://repo.jenkins-ci.org/public/ -Dtransitive=false +version=0.5.1-rc1021.e0af2a047ff6 # TODO https://github.com/jenkinsci/plugin-compat-tester/pull/256 +pct=$HOME/.m2/repository/org/jenkins-ci/tests/plugins-compat-tester-cli/${version}/plugins-compat-tester-cli-${version}.jar +[ -f $pct ] || $MVN dependency:get -Dartifact=org.jenkins-ci.tests:plugins-compat-tester-cli:${version}:jar -DremoteRepositories=https://repo.jenkins-ci.org/public/,https://repo.jenkins-ci.org/incrementals/ -Dtransitive=false cp $pct target/pct.jar # produces: target/{megawar-*.war,pct.jar,plugins.txt,lines.txt} diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 5f6dbd370..f822206a1 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -14,8 +14,8 @@ 12 -SNAPSHOT - 2.235.x - 2.235.1 + 2.249.x + 2.249.1 8 @@ -265,6 +265,13 @@ + + 2.235.x + + 2.235.x + 2.235.5 + + 2.222.x