-
Notifications
You must be signed in to change notification settings - Fork 115
JBTIS-471 instead of hardcoding the build... #45
base: 6.4.x
Are you sure you want to change the base?
Conversation
…set it dynamically and omit it for local builds
Thanks for the fix @nickboldt! I have few questions:
|
|
Thansk @nickboldt! As we talked on IRC I generally agree with this change. However, after playing a bit with this locally I'll need to figure out one more thing. We currently use |
….Final-vtimestamp-B#)
With the above second commit you get:
So the resulting update site in nexus should be correctly named (assuming BUILD_ALIAS = Final). Note that when dealing with tycho-built osgi plugins and features, instead of using
you want
|
Thanks @nickboldt, after our very long discussion I finally see all the things that need to happen. We should very likely separate the tooling build from the runtime one (for many reasons, which I will write up and share later...). |
Can one of the admins verify this patch? |
Can one of the admins verify this PR? Comment with 'ok to test' to start the build. |
JBTIS-471 instead of hardcoding the build number as 212, let Jenkins set it dynamically and omit it for local builds