From fa9b270c0368bdfcdef738056a29c286ffd82717 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Tue, 28 Sep 2021 09:51:48 -0400 Subject: [PATCH 1/3] Try running with latest PCT --- prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep.sh b/prep.sh index 71e8cdbdc..85648d8d6 100755 --- a/prep.sh +++ b/prep.sh @@ -41,7 +41,7 @@ do done # TODO find a way to encode this in some POM so that it can be managed by Dependabot -version=0.5.1-rc1066.9cfd30140d30 # TODO https://github.com/jenkinsci/plugin-compat-tester/pull/276 +version=0.5.1-rc1106.47640a4e521e 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 From d39937fddf82f240847d058c98dc5f3bd0c51f3c Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Tue, 28 Sep 2021 10:45:27 -0400 Subject: [PATCH 2/3] Disable `failFast` for now --- failFast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/failFast b/failFast index 27ba77dda..c508d5366 100644 --- a/failFast +++ b/failFast @@ -1 +1 @@ -true +false From 4114d3d80d1f8583debfad1618f7223b77a92c43 Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Mon, 8 Nov 2021 09:48:47 +0000 Subject: [PATCH 3/3] Update prep.sh Co-authored-by: Ildefonso Montero --- prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep.sh b/prep.sh index 85648d8d6..b504035ed 100755 --- a/prep.sh +++ b/prep.sh @@ -41,7 +41,7 @@ do done # TODO find a way to encode this in some POM so that it can be managed by Dependabot -version=0.5.1-rc1106.47640a4e521e +version=0.5.1 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