[
https://issues.apache.org/jira/browse/LUCENE-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17182787#comment-17182787
]
Uwe Schindler edited comment on LUCENE-9474 at 8/23/20, 5:28 PM:
-----------------------------------------------------------------
I have some changes to some files to make the build automation working:
allow to change version suffix "SNAPSHOT" using sysprop, so Jenkins can include
its build number (important for artifacts and javadoc builds): e.g.,
-Dversion.suffix=jenkins$BUILD_ID
allow for release manager to make a release: -Dversion.release=9.0.0 (in the
release manage's guide we never commit the version to SVN, we just set Tag. The
release manger passes (in ANT) -Dversion, as this is a special prop in Gradle,
I changed to -Dversion.release. If somebody has a better idea, tell me! I will
just commit this now to master branch, can be changed later.
I also committed a fix that Gradlew did not work with whitespace in checkout
dir (since a recent change with temporary dirs).
was (Author: thetaphi):
That's what I am currently testing. I have some changes to some files to make
the build automation working:
allow to change version suffix "SNAPSHOT" using sysprop, so Jenkins can include
its build number (important for artifacts and javadoc builds): e.g.,
-Dversion.suffix=jenkins$BUILD_ID
allow for release manager to make a release: -Dversion.release=9.0.0 (in the
release manage's guide we never commit the version to SVN, we just set Tag. The
release manger passes (in ANT) -Dversion, as this is a special prop in Gradle,
I changed to -Dversion.release. If somebody has a better idea, tell me! I will
just commit this now to master branch, can be changed later.
I also committed a fix that Gradlew did not work with whitespace in checkout
dir (since a recent change with temporary dirs).
> Change Jenkins jobs to use Gradle for trunk
> -------------------------------------------
>
> Key: LUCENE-9474
> URL: https://issues.apache.org/jira/browse/LUCENE-9474
> Project: Lucene - Core
> Issue Type: Test
> Components: general/build
> Reporter: Erick Erickson
> Assignee: Uwe Schindler
> Priority: Major
>
> I rushed the gate and pushed LUCENE-9433 without coordinating, my apologies
> for the confusion.
> Meanwhile, Uwe has disabled Jenkins jobs for the weekend and we'll fix this
> up Real Soon Now.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]