From ec4c79024e7f1750217160e2c12da0d54b4e0e0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:32:32 +0000 Subject: [PATCH] chore: Updated the content of the file "/tmp/updatecli/github/jenkins... (#1888) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ci/bom/prep.sh" Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep.sh b/prep.sh index 98bd7f8cb..07ffe4884 100644 --- a/prep.sh +++ b/prep.sh @@ -41,7 +41,7 @@ for LINE in $LINEZ; do done # Tracked by ./updatecli/updatecli.d/plugin-compat-tester.yml -version=1277.va_1db_5e62d38a_ +version=1286.v5a_54b_fd87db_f pct="$($MVN -Dset.changelist -Dexpression=settings.localRepository -q -DforceStdout help:evaluate)/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=repo.jenkins-ci.org::default::https://repo.jenkins-ci.org/public/,incrementals::default::https://repo.jenkins-ci.org/incrementals/ -Dtransitive=false cp "${pct}" target/pct.jar