Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Aug 22, 2025

This happens from time to time (including this time), so this seems useful to have available.

@trask trask requested a review from a team as a code owner August 22, 2025 18:05
Comment on lines +4 to +8
inputs:
already-published:
description: 'Skip publishing, download artifacts from Maven Central instead'
default: false
type: boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just so I understand this -- this allows one to manually pass in "true" for this in order to skip the actual build+publish step when doing a release. This allows the rest of the release workflow to run to completion without failure....including the generation of release notes and the release in GH.

Is that right? Does sound useful!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup! it's useful for when it succeeds publishing but fails during creating the github release (where we introduce bugs from time-to-time)

Comment on lines +153 to +156
curl -L -o jmx-scraper/build/libs/opentelemetry-jmx-scraper-$VERSION-alpha.jar \
"https://repo1.maven.org/maven2/io/opentelemetry/contrib/opentelemetry-jmx-scraper/$VERSION-alpha/opentelemetry-jmx-scraper-$VERSION-alpha.jar"
curl -L -o jmx-scraper/build/libs/opentelemetry-jmx-scraper-$VERSION-alpha.jar.asc \
"https://repo1.maven.org/maven2/io/opentelemetry/contrib/opentelemetry-jmx-scraper/$VERSION-alpha/opentelemetry-jmx-scraper-$VERSION-alpha.jar.asc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the scraper a new build output now? I didn't see it in 1.48 nor 1.47...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems helpful! ❤️

@trask trask enabled auto-merge August 22, 2025 18:34
@trask trask added this pull request to the merge queue Aug 22, 2025
Merged via the queue into open-telemetry:main with commit e77eb03 Aug 22, 2025
29 checks passed
@trask trask deleted the already-published branch August 22, 2025 18:56
trask added a commit to trask/opentelemetry-java-contrib that referenced this pull request Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants