Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The latest contribution to SimRel has unsigned content: #399

Closed
merks opened this issue Aug 28, 2024 · 3 comments
Closed

The latest contribution to SimRel has unsigned content: #399

merks opened this issue Aug 28, 2024 · 3 comments

Comments

@merks
Copy link
Contributor

merks commented Aug 28, 2024

These reports indicate that the content is neither jar signed nor PGP signed except where that content comes signed from somewhere else:

@eclipse-linuxtools eclipse-linuxtools deleted a comment Aug 28, 2024
@akurtakov
Copy link
Contributor

This is due to

sh """mvn clean verify -e ${env.BRANCH_NAME=='master' ? '-Psign': ''} -Dmaven.test.failure.ignore=true -ntp -Ddash.fail=true -Dgpg.passphrase="${KEYRING_PASSPHRASE}" """
which signs only master build and Jeff did the last build on a branch.
I've added this one to speed up builds when jarsigning practically blocked work.

@akurtakov
Copy link
Contributor

https://ci.eclipse.org/linuxtools/job/linuxtools/job/stable-8.16/3/ should be good. @jjohnstn please verify and contribute to simrel once the build completes.

@akurtakov
Copy link
Contributor

Fixed now.

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

No branches or pull requests

2 participants