[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ee4j-build] Assistance with Nexus staging ids?
|
It seems that it's already resolved
Regards
Maxim
On 27. 08. 19 19:10, Dmitry Kornilov
wrote:
Can you help?
-- Dmitry
------ Исходное сообщение ------
Отправлено: 23.08.2019 0:44:37
Тема: Re: [ee4j-build] Assistance with Nexus staging ids?
FYI, after filing
the Eclipse bugzilla (https://bugs.eclipse.org/bugs/show_bug.cgi?id=550349),
I also went ahead and created an OSSRH issue (https://issues.sonatype.org/browse/OSSRH-50982)
based on feedback received via another channel. One way or the other,
we should be able to figure out a solution.
---------------------------------------------------
Kevin Sutter
STSM, MicroProfile and Jakarta EE architect
e-mail: sutter@xxxxxxxxxx Twitter: @kwsutter
phone: tl-553-3620 (office), 507-253-3620 (office)
LinkedIn: https://www.linkedin.com/in/kevinwsutter
From:
"Kevin
Sutter" <sutter@xxxxxxxxxx>
To:
EE4J
build and releng discussions <ee4j-build@xxxxxxxxxxx>
Date:
08/22/2019
04:11 PM
Subject:
[EXTERNAL]
Re: [ee4j-build] Assistance with Nexus staging ids?
Sent
by: ee4j-build-bounces@xxxxxxxxxxx
Thanks, Scott.
Filed a high-priority bug report.
---------------------------------------------------
Kevin Sutter
STSM, MicroProfile and Jakarta EE architect
e-mail: sutter@xxxxxxxxxx Twitter: @kwsutter
phone: tl-553-3620 (office), 507-253-3620 (office)
LinkedIn: https://www.linkedin.com/in/kevinwsutter
From: Scott
Stark <starksm64@xxxxxxxxx>
To: EE4J
build and releng discussions <ee4j-build@xxxxxxxxxxx>
Date: 08/22/2019
11:55 AM
Subject: [EXTERNAL]
Re: [ee4j-build] Assistance with Nexus staging ids?
Sent by: ee4j-build-bounces@xxxxxxxxxxx
Usually that means that the userid being used for the job does not have
the correct permissions. I don’t have access to the jobs to look at the
configuration. Is it similar to this one on the stable-apis project?
https://jenkins.eclipse.org/jakartaee-stable/job/enterprise-deployment-spec-api-release/configure
I would create a bug in eclipse with this error and indicate what user
you are trying to run the job as. They can check your config and may need
to create an issue with Sonatype.
On Aug 22, 2019, at 7:33 AM, Kevin Sutter <kwsutter@xxxxxxxxx>
wrote:
Hi,
I'm having an issue with the jakartaee-api staging builds on jenkins:
https://jenkins.eclipse.org/jakartaee-platform/job/release/
The build works just fine and produces the necessary artifacts. But,
the interaction with ossrh is having a hiccup. The complete log is
here (https://jenkins.eclipse.org/jakartaee-platform/job/release/3/consoleText),
but here's the interesting part is towards the end:
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy)
@ jakartaee-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/workspace/release/target/nexus-staging/staging")...
[INFO] + Using server credentials "ossrh" from Maven settings.
[INFO] * Connected to Nexus at https://oss.sonatype.org:443/,
is version 2.14.14-01 and edition "Professional"
[INFO] * Using staging profile ID "6a985159f03a20" (matched
by Nexus).
[INFO] Installing /home/jenkins/workspace/release/jakartaee-api/target/jakartaee-api-8.0.0.jar
to /home/jenkins/workspace/release/target/nexus-staging/staging/6a985159f03a20/jakarta/platform/jakartaee-api/8.0.0/jakartaee-api-8.0.0.jar
[INFO] Installing /home/jenkins/workspace/release/jakartaee-api/target/pom.xml
to /home/jenkins/workspace/release/target/nexus-staging/staging/6a985159f03a20/jakarta/platform/jakartaee-api/8.0.0/jakartaee-api-8.0.0.pom
[INFO] Installing /home/jenkins/workspace/release/jakartaee-api/target/jakartaee-api-8.0.0-sources.jar
to /home/jenkins/workspace/release/target/nexus-staging/staging/6a985159f03a20/jakarta/platform/jakartaee-api/8.0.0/jakartaee-api-8.0.0-sources.jar
[INFO] Installing /home/jenkins/workspace/release/jakartaee-api/target/jakartaee-api-8.0.0-javadoc.jar
to /home/jenkins/workspace/release/target/nexus-staging/staging/6a985159f03a20/jakarta/platform/jakartaee-api/8.0.0/jakartaee-api-8.0.0-javadoc.jar
[INFO] Installing /home/jenkins/workspace/release/jakartaee-api/target/jakartaee-api-8.0.0.jar.asc
to /home/jenkins/workspace/release/target/nexus-staging/staging/6a985159f03a20/jakarta/platform/jakartaee-api/8.0.0/jakartaee-api-8.0.0.jar.asc
[INFO] Installing /home/jenkins/workspace/release/jakartaee-api/target/jakartaee-api-8.0.0.pom.asc
to /home/jenkins/workspace/release/target/nexus-staging/staging/6a985159f03a20/jakarta/platform/jakartaee-api/8.0.0/jakartaee-api-8.0.0.pom.asc
[INFO] Installing /home/jenkins/workspace/release/jakartaee-api/target/jakartaee-api-8.0.0-sources.jar.asc
to /home/jenkins/workspace/release/target/nexus-staging/staging/6a985159f03a20/jakarta/platform/jakartaee-api/8.0.0/jakartaee-api-8.0.0-sources.jar.asc
[INFO] Installing /home/jenkins/workspace/release/jakartaee-api/target/jakartaee-api-8.0.0-javadoc.jar.asc
to /home/jenkins/workspace/release/target/nexus-staging/staging/6a985159f03a20/jakarta/platform/jakartaee-api/8.0.0/jakartaee-api-8.0.0-javadoc.jar.asc
[INFO] Performing remote staging...
[INFO]
[INFO] * Remote staging into staging profile ID "6a985159f03a20"
[ERROR] Remote staging finished with a failure: 403 - Forbidden
[ERROR]
[ERROR] Possible causes of 403 Forbidden:
[ERROR] * you have no permissions to stage against profile with ID
"6a985159f03a20"? Get to Nexus admin...
There are references to these staging profile ids and staging repo ids
in the log... I'm not familiar with these. The other release
builds that we have been performing have not had this type of properties
or logging.
Any ideas? Is this an issue with our script? Or, Eclipse WebMaster?
Or, Nexus? Or, something else?
Thanks!
Kevin
_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/ee4j-build
_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/ee4j-build
_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/ee4j-build