Re: jenkins-bom-2.329.pom no longer on repo.jenkins-ci.org

2022-03-04 Thread José Lamas Ríos
Thanks for the quick reply and the link. I'll watch that thread. On Friday, March 4, 2022 at 9:01:59 PM UTC-3 Mark Waite wrote: > On Friday, March 4, 2022 at 4:55:56 PM UTC-7 José Lamas Ríos wrote: > >> Recent builds for genexus-plugin on ci.jenkins.io >> <

jenkins-bom-2.329.pom no longer on repo.jenkins-ci.org

2022-03-04 Thread José Lamas Ríos
Recent builds for genexus-plugin on ci.jenkins.io are failing because this dependency can't be resolved. Eg: on https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fgenexus-plugin/detail/master/134/pipel

Re: Automated plugin release failing on 'check interesting categories' step

2022-02-25 Thread José Lamas Ríos
t;> we're basically back at step one. >>>> >>>> >>>> timja...@gmail.com schrieb am Donnerstag, 24. Februar 2022 um 23:18:30 >>>> UTC+1: >>>> >>>>> We were just discussing this here: >>>>> >>&g

Re: Automated plugin release failing on 'check interesting categories' step

2022-02-24 Thread José Lamas Ríos
blem. On Thursday, February 24, 2022 at 6:52:46 PM UTC-3 José Lamas Ríos wrote: > Hi, > > I'm having problems with the automated release workflow for genexus-plugin > <https://github.com/jenkinsci/genexus-plugin>. > > For instance, this CD run at > https://g

Automated plugin release failing on 'check interesting categories' step

2022-02-24 Thread José Lamas Ríos
Hi, I'm having problems with the automated release workflow for genexus-plugin . For instance, this CD run at https://github.com/jenkinsci/genexus-plugin/runs/5325279945 After the successful build it gets to create the release draft, but then seem

Re: Support for experimental (beta) releases on JEP-229

2021-11-10 Thread José Lamas Ríos
On Tuesday, November 9, 2021 at 10:47:29 PM UTC-3 Jesse Glick wrote: > On Tue, Nov 9, 2021 at 3:06 PM José Lamas Ríos wrote: > >> Regarding 'conceptually compatible' I'm not sure whether you refer to >>> automatic deployment in general or to the way it'

Re: Support for experimental (beta) releases on JEP-229

2021-11-09 Thread José Lamas Ríos
On Sunday, November 7, 2021 at 8:07:46 PM UTC-3 Jesse Glick wrote: > The system is not designed to support marking releases as beta. I am not > sure such a requirement is even conceptually compatible with the style of > automatic deployment. > Regarding 'conceptually compatible' I'm not sure

Re: Support for experimental (beta) releases on JEP-229

2021-11-05 Thread José Lamas Ríos
uld use $version too (rather than assuming $version == $changelist), but then again I'm not sure wether it's ok to change the version definition the way I'm doing it, or how experimental releases should be done. On Friday, November 5, 2021 at 8:06:58 PM UTC-3 José Lamas Ríos wro

Support for experimental (beta) releases on JEP-229

2021-11-05 Thread José Lamas Ríos
Hi, I've switched to the CD implemented on JEP-229 for genexus-plugin (https://github.com/jenkinsci/genexus-plugin) and couldn't find a way to publish experimental releases, as I used to do based on what's described at https://www.jenkins.io/doc/developer/publishing/releasing-experimental-updat

Re: [Digester/ACTION REQUIRED] Release needed for plugins: teamconcert, vs-code-metrics, BlameSubversion, javatest-report, vss, genexus, synergy, config-rotator, harvest, cmvc to avoid them to break

2021-06-03 Thread José Lamas Ríos
Hi, Apologies for the delay. I've just merged the PR for GeneXus plugin and released its 1.10 version for it. Thanks! On Tue, Jun 1, 2021 at 7:44 PM Baptiste Mathus wrote: > Hi, > > (in CC the Jenkins developers ML) > > You're receiving this email because your email appeared in "git log" for

Re: SCM plugin not appearing as SCM option in project configuration

2017-11-24 Thread José Lamas Ríos
On Friday, November 24, 2017 at 10:47:53 AM UTC-3, José Lamas Ríos wrote: > > > I've set breakpoints in the constructor, and the newInstance() and > getDisplayName() methods, but one of them gets hit. > Sorry, meant to say "but *none* of them get hit" -- You

Re: SCM plugin not appearing as SCM option in project configuration

2017-11-24 Thread José Lamas Ríos
Hi Stephen, thanks for your help On Friday, November 24, 2017 at 5:13:45 AM UTC-3, Stephen Connolly wrote: > > > > Override getDisplayName() and return a name... otherwise it is “invisible” > and cannot be selected. > Yep, I do have an override returning a string. Here's the entire DescriptorIm

SCM plugin not appearing as SCM option in project configuration

2017-11-23 Thread José Lamas Ríos
Hi, Newbie here, newbie on Jenkins and even newbie on Java :) I'm trying to write a new SCM plugin. // com.genexus.gxserver/GeneXusServerSCM.java public class GeneXusServerSCM extends SCM implements Serializable{ [...] @Override public DescriptorImpl getDescriptor() { retur