Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] how set qualifier as revision from svn during every build?

Hello,
I really appreciate your help. I like Anders way. Now would need a little help how to achieve that...
I dont understand this sentence> "Using svn revision as version qualifier will require changes to
build-qualifier"

Do I need set up somewhere the svn connection, password etc? Will be the qualifier specific for every build module?
What is the construction to make the mojo works? Thank you, D.


------------ Původní zpráva ------------
Od: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
Předmět: Re: [tycho-user] how set qualifier as revision from svn during every
build?
Datum: 04.9.2012 13:15:18
----------------------------------------


On 12-09-04 6:40 AM, e92-330cd@xxxxxxxxx wrote:
> I have found that with tycho-packaging:build-qualifier plugin is
> possible to change the qualifier. I would like to set the qualifier
> as the last revision from svn in every build on jenkins... any ideas
> how to manage this?


Less nice way of doing this is to pass svn revision id as
-DforceContextQualifier parameter from your jenkins build. This will
force the same qualifier for all aggregator build modules, which may or
may not be what you need.

Extending build-qualifier mojo is probably a better approach, but it
requires writing java code. Currently, it allows plugable
build-timestamp generation logic, so using timestamp of the last commit
should be straightforward and you can use jgit implementation [1] as an
example. Using svn revision as version qualifier will require changes to
build-qualifier.


[1]
https://git.eclipse.org/c/tycho/org.eclipse.tycho.extras.git/tree/tycho-buildtimestamp-jgit/src/main/java/org/eclipse/tycho/extras/buildtimestamp/jgit/JGitBuildTimestampProvider.java



> Thanks David
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user





Back to the top