-
Notifications
You must be signed in to change notification settings - Fork 144
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
builds of PR to R_29_Maintenance branch fail #885
Comments
You must increase the version in the MANIFEST.MF. For the maintenance stream it would be add 1 to the third segment for this change. |
I can find 2 MANIFEST.MF files in
/home/mib/git/eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/MANIFEST.MF only
contains: 1346 update: @merks |
As you noticed, whatever is in the "target" folder is produced during the build. The version number needs to be increased if there is a change after the already-released version for the 4.29 stream was built. The build compares the already-released bundle to the bundle produced by the build. If they are different, and there is no version change whatsoever, the build fails complaining about only the qualifier changing; the qualifier is computed by the timestamp of the newest commit in the project's source. I'm not exactly sure why you are changing the 4.29 stream given the platform doesn't publish/product maintenance releases... |
Seems like this issue is right now blocked by something that not is in the book (Yet). The purpose of fixing this issue is: 1.being able to enable successful PR builds on any branch |
The purpose was not to change the 4.29 stream. |
Yes, I've seen a great deal of email. |
THe build is passing if there is no change in it; if you introduce a change, then you need to bump the version as it wasn't done since last 4.29.x release. This is explained in https://wiki.eclipse.org/Version_Numbering |
Describe the bug
builds of PR to R_29_Maintenance branch fails with the error message:
running the command:
To Reproduce
A standalone SWT snippet to reproduce the behavior (preferable)
(or)
Steps to reproduce the behavior.
Perform a PR to R_29_maintenance branch
Expected behavior
The build succedes
Environment:
https://ci.eclipse.org/releng/job/eclipse.platform.swt/view/change-requests/job/PR-881/1/consoleFull
Workaround (or) Additional context
#858
Update:
The purpose of fixing this issue is
1.being able to enable successful PR builds on any branch
2. Fetching the build artifacts.
3. Closing the PR without a merge.
The text was updated successfully, but these errors were encountered: