Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [microprofile-dev] About failed Jenkins builds and this mail list

On Thu, 12 Dec 2024 at 07:02, ci-admin--- via microprofile-dev
<microprofile-dev@xxxxxxxxxxx> wrote:
>
> See <https://ci.eclipse.org/microprofile/job/Health-maven-snapshots/2836/display/redirect>
>

The problem with Health-maven-snapshots is in the line:
  -B -f /home/jenkins/agent/workspace/Health-maven-snapshots/pom.xml
-pl !spec -Peclipse-jarsigner install deploy
-DaltDeploymentRepository=repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/microprofile-snapshots/

"install deploy" - they are part of the same lifecycle and "deploy'
causes "instal" again. Drop "install" from this part.

There is also "[WARNING] The requested profile "eclipse-jarsigner"
could not be activated because it does not exist.", so you might
consider removing its activation.

HTH
Piotrek


Back to the top