Re: Gradle publish from Jenkins slaves

2019-04-21 Thread Antoine Toulme
I’ll take any idea. I looked at the beam builds, nothing in there seems to be uploading snapshots? It might be time to move to Maven to fit the mold. > On Apr 18, 2019, at 3:06 PM, Kenneth Knowles wrote: > > Beam pushed daily snapshots to nexus until the change where our (donated) > Jenkins ex

Re: Gradle publish from Jenkins slaves

2019-04-21 Thread Kenneth Knowles
This job uploads snapshots: https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_Release_NightlySnapshot.groovy The place in Beam's Gradle build that sets up the credentials is: https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugi

Re: Gradle publish from Jenkins slaves

2019-04-21 Thread Antoine Toulme
Thank you both. I’m stealing that code. > On Apr 21, 2019, at 8:00 PM, Kenneth Knowles wrote: > > This job uploads snapshots: > https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_Release_NightlySnapshot.groovy > > The place in Beam's Gradle build that sets up the credentials is: