Re: Jenkins Contributor Summit @ cdCon 2022

2022-03-13 Thread Victor Martinez
bring people together for a Jenkins > contributor summit in Austin TX. > > We haven't started the detailed planning yet, but that will start soon. > > Mark Waite > > On Wed, Mar 9, 2022 at 10:02 AM Victor Martinez > wrote: > >> Hi there, >> >> I'

Re: Jenkins Contributor Summit @ cdCon 2022

2022-03-09 Thread Victor Martinez
Hi there, I'd like to know if there will be Jenkins Contributor Summit at cdCon 2022 Thanks On Thursday, 3 February 2022 at 15:07:46 UTC kdela...@linuxfoundation.org wrote: > Hi Alyssa, > > Thank you for taking the lead on organising the Jenkins Contributor Summit > at cdCon 2022! > > To

Question regarding AbortException in Pipelines

2022-02-17 Thread Victor Martinez
I'd like to get your feedback regarding the AbortException for a Pipeline and whether it's possible to query the exception at runtime. I searched on https://javadoc.jenkins.io/plugin/workflow-support/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.html but I could not find a

Re: Missing Docker tags for the latest Docker LTS image (2.303.1)

2021-10-06 Thread Victor Martinez
the next LTS version on Wednesday next week > > On Wed, 29 Sept 2021 at 12:55, Victor Martinez > wrote: > >> Hi all, >> >> I cannot find 2.303.1-lts-jdk11 but 2.303.1-jdk11 , somehow the -lts is >> missing, similar with 2.303.1-lts. It was somethi

Missing Docker tags for the latest Docker LTS image (2.303.1)

2021-09-29 Thread Victor Martinez
Hi all, I cannot find 2.303.1-lts-jdk11 but 2.303.1-jdk11 , somehow the -lts is missing, similar with 2.303.1-lts. It was something available for the previous LTS: https://hub.docker.com/r/jenkins/jenkins/tags?page=1=last_updated=lts-jdk If I understood correctly

Re: Filename too long issues in https://ci.jenkins.io/ on Windows workers

2021-09-15 Thread Victor Martinez
Thanks for the answers Do you happen to know if the folder `tmp\j h927479030425102413\workspace` could be shorted dynamically in the tests? Something like injecting the property before running the JenkinsRule? On Wednesday, 15 September 2021 at 07:21:45 UTC+1 db...@cloudbees.com wrote: > On

Filename too long issues in https://ci.jenkins.io/ on Windows workers

2021-09-14 Thread Victor Martinez
Hi all, Is there any specific configuration I could apply permanently to avoid the below error that happens in https://ci.jenkins.io/ when running the tests on Windows? > git.exe init C:\Users\jenkins\Work\workspace\gins_opentelemetry-plugin_PR-167\target\tmp\j

Re: is the branch indexing needed for the plugins ci.jenkins.io?

2021-06-30 Thread Victor Martinez
> > My bad, there isn’t any Infra session today  > > No problem > When you say that branch indexing is computing expensive, what do you > mean? > I thought that scanning a repo was only a few API calls to GitHub (in this > case with GitHub branch sources)? > Or is it related to the

Re: is the branch indexing needed for the plugins ci.jenkins.io?

2021-06-24 Thread Victor Martinez
Hi Hello Victor, would you be able to attend tomorrow's Infra session (or does > it collide with yours?). > I think they don't clash, but I'm not sure though That would be a great discussion (sounds like webhooks and rebuild can be > discussed and at least clarified) > +1 :) Thanks a lot! >

Editing a GitHub PR description triggers a new build in ci.jenkins.io

2021-06-24 Thread Victor Martinez
I've just reported https://issues.jenkins.io/browse/JENKINS-65978 I started to see recently that editing a GitHub PR title triggers a build in the CI even for the same commit that was built previously. I initially though it could be some misconfiguration in my company's CI, but then I've found

is the branch indexing needed for the plugins ci.jenkins.io?

2021-06-24 Thread Victor Martinez
Hi there, I've seen the branch indexing enabled for the plugins in ci.jenkins.io, and I'm not sure if this is needed or something that should be skipped in terms of reducing the cost of the infrastructure. I did a quick search in the jenkins-infra org but I could not find any references to

Re: Question regarding the one shot workers to be gracefully terminated

2021-06-23 Thread Victor Martinez
Thanks Jesse, I'll prepare the context with that PR and reproduce the warning On Tuesday, 22 June 2021 at 18:13:46 UTC+1 Jesse Glick wrote: > On Tue, Jun 22, 2021 at 12:28 PM Victor Martinez > wrote: > >> *INFO hudson.remoting.Request$2#run: Failed to send back a reply to

Question regarding the one shot workers to be gracefully terminated

2021-06-22 Thread Victor Martinez
Hi all, When using the Google Compute Engine plugin with `oneShot` workers, I see some stacktraces with the below error message. *2021-06-22 16:09:45.264+ [id=497] INFO o.j.p.workflow.job.WorkflowRun#finish: hello-world-gce #9 completed: SUCCESS* *2021-06-22 16:09:45.936+ [id=497]

Re: Is ti possible to know the plugin version and name for the step that has been called in a pipeline?

2021-04-14 Thread Victor Martinez
That's brilliant. Thanks Jesse :) On Wednesday, 14 April 2021 at 18:08:18 UTC+1 Jesse wrote: > Via either > https://javadoc.jenkins.io/plugin/workflow-api/org/jenkinsci/plugins/workflow/graph/StepNode.html#getDescriptor-- > > or >

Re: Env variables defined in the StepEnvironmentContributor are globally accessible?

2021-04-14 Thread Victor Martinez
I was doing something wrong and EnvironmentContributor should help with Sorry for the noise On Wednesday, 14 April 2021 at 17:29:07 UTC+1 Victor Martinez wrote: > Hi all, > > I'm defining some env variables with the StepEnvironmentContributor but > unfortunately I can

Env variables defined in the StepEnvironmentContributor are globally accessible?

2021-04-14 Thread Victor Martinez
Hi all, I'm defining some env variables with the StepEnvironmentContributor but unfortunately I cannot use them with the env.VARIABLE_NAME approach. Although they are accessible when I run an sh step such ash `sh 'echo $VARIABLE_NAME'` The class with the implementation can be found in

Is ti possible to know the plugin version and name for the step that has been called in a pipeline?

2021-04-14 Thread Victor Martinez
Hi all, I'd like to know if there is away to know the plugin and the version associated with that particular step? I'm using the https://javadoc.jenkins.io/plugin/workflow-api/org/jenkinsci/plugins/workflow/flow/GraphListener.html and

Re: Plugin OpenTelemetry is not available in the UC/plugin site

2021-02-25 Thread Victor Martinez
That's indeed a good point, thanks It's available in the experimental, so I assume the plugin site only works with final releases instead. I'll then cut a new release and see how it goes Thanks again On Thursday, 25 February 2021 at 11:34:02 UTC pib...@gmail.com wrote: > Isn't it because

Plugin OpenTelemetry is not available in the UC/plugin site

2021-02-25 Thread Victor Martinez
Hi all, A new plugin https://github.com/jenkinsci/opentelemetry-plugin has been hosted recently (https://issues.jenkins.io/browse/HOSTING-1076) and a release was cut -> https://repo.jenkins-ci.org/releases/io/jenkins/plugins/opentelemetry/0.1-alpha/ Unfortunately, it's not available in the

Re: ANN: Jenkins 2020 Elections - Results

2020-12-04 Thread Victor Martinez
participated this year. We had 9 > governance board and 3 release officer candidates: Andrey Falko, Baptiste > Mathius, Ewelina Wilkosz, Frederic Gurr, Gavin Mogan, Justin Harringa, Mark > Waite, Marky Jackson, Steven Terrana, Victor Martinez, and Zhao Xiaojie > (Rick). Regardle

Re: Jenkins 3.x

2020-11-27 Thread Victor Martinez
+1 for the 3.x as a statement of intentions to the end users and +1 for the time-based release versioning. On Friday, 27 November 2020 at 12:03:21 UTC fque...@cloudbees.com wrote: > I wouldn't object to bumping the version to a major (3.x). There are > enough changes, even if they are not

Re: Jenkins LTS certification process overview

2020-11-18 Thread Victor Martinez
Thanks Oliver for your well explained overview, thanks Mark for writing down everything :) On Wednesday, 18 November 2020 at 05:00:12 UTC Mark Waite wrote: > The LTS certification session recording > is > available in the

Re: Return a map/value from a step in a pipeline build

2020-11-12 Thread Victor Martinez
Hey, You can use the groovy.transform.Field with a global variable in the pipeline, for instance, the below snippet set the value of myStep in the variable myStepData which it's consumed later on in another stage import groovy.transform.Field @Field def myStepData = [:] pipeline { ...

Re: LTS schedule winter break

2020-11-11 Thread Victor Martinez
+1 Just a quick question regarding the winter break, even if the release dates are not known yet I wonder whether the calendar could be potentially changed to reflect a potentially release freeze for the last two weeks of the year and the new week of next year by default? This is something

Re: New Jenkins Operator for kubernetes: repository request creation: simple-jenkins-operator

2020-11-11 Thread Victor Martinez
+1 That's brilliant! On Wednesday, 11 November 2020 at 22:20:41 UTC Oleg Nenashev wrote: > I will create the new repository tomorrow if there is no negative feedback > in this thread > > On Wed, Nov 11, 2020 at 10:23 PM slide wrote: > >> +1 >> >> On Wednesday, November 11, 2020 at 1:52:11 PM

Re: Availability of Oliver Gondža in late 2020 and onward

2020-10-21 Thread Victor Martinez
Congrats Oliver for the awesome news. Thanks for all the work you have done for the Jenkins project, that's quite impressive, again thanks! <3 On Tuesday, 20 October 2020 at 17:50:04 UTC+1 marky.r...@gmail.com wrote: > Oliver, > I first and foremost want to say congratulations on the upcoming

Re: Events Officer Role

2020-10-19 Thread Victor Martinez
Thanks Alyssa for all these years of hard work for the Jenkins community!! <3 On Friday, 2 October 2020 at 19:13:52 UTC+1 alytong13 wrote: > Hi All, > > > As I've been Events Officer for quite some time now, I would like to step > down from this role at the end of my tenure on 3 December 2020.

Re: [EVENT]: Calling for Jenkins submissions

2020-06-02 Thread Victor Martinez
Hi Alyssa, Thanks for your heads up, I hope you are doing great, just a quick one: I'd like to volunteer to be a member of review committee for the upcoming DevOps World, who should I ask for permissions? Thanks again :) -- You received this message because you are subscribed to the Google

Re: Threads are blocked in the Computer.threadPoolForRemoting

2020-02-10 Thread Victor Martinez
ava:71) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor. > java:1149) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > java:624) > at java.lang.

Threads are blocked in the Computer.threadPoolForRemoting

2020-02-10 Thread Victor Martinez
I'm testing the google-compute-engine-plugin and it seems there are a bunch of blocked threads related to the below hudson.remoting methods: - hudson.remoting.Request.call(Request.java:154) - hudson.remoting.Channel.send(Channel.java:716) See some of the stacktraces:

PR review in workflow-cps-global-lib-plugin

2020-02-05 Thread Victor Martinez
Hi there, Any feedback for https://github.com/jenkinsci/workflow-cps-global-lib-plugin/pull/83 , I'm not sure what else it's required in my end and neither who are the maintainers. Thanks so much :) -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Proposal: Expanding the Jenkins Core maintainers team

2020-01-21 Thread Victor Martinez
+1 This is really great news!! Thanks for moving forward <3 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com.

Re: Fosdem Presence

2019-12-26 Thread Victor Martinez
> > 9PM is a Delirium time :) So see you there, I'd guess :P > <3 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Fosdem Presence

2019-12-26 Thread Victor Martinez
Thanks Oliver for the link with the notes. I just added myself with my availability. Thanks Oleg for the update, although I'll miss the first two days as I'll be arriving late evening on Friday, so if you are planning to stay later than 9pm then count on me Cheers -- You received this

Re: Fosdem Presence

2019-12-17 Thread Victor Martinez
Sorry, I could not join the meeting, are there any minutes that I could have a look at? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Fosdem Presence

2019-12-16 Thread Victor Martinez
Hey, I'm also planning to be at FOSDEM too. Happy to be at the booth a few hours during the weekend to help with. I won't be able to at the summit before FOSDEM though. I just filled the poll, I hope it's not too late. I've got a question regarding the two devrooms, are those devrooms merged

Re: Q: rename a variable without breaking compatibility in the declarative pipeline

2019-12-13 Thread Victor Martinez
Sure, thanks for all the information. I've raise an issue to track this conversation: - https://issues.jenkins-ci.org/browse/JENKINS-60466 Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Q: rename a variable without breaking compatibility in the declarative pipeline

2019-12-11 Thread Victor Martinez
Thanks for the details, I managed to test the CustomDescribableModel within the pipeline-model-definition plugin and it seems the customInstantiate happens after the transformToRuntimeAST

Q: rename a variable without breaking compatibility in the declarative pipeline

2019-12-10 Thread Victor Martinez
Hi there, I thought the readResolve might be the way to go but apparently I missed something and then there are no backward compatible for the when changeset

Re: durable-tasks issue when running the parallel step

2019-10-11 Thread Victor Martinez
Thanks Mark, actually it was a typo in the code sample. :) > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com.

durable-tasks issue when running the parallel step

2019-10-11 Thread Victor Martinez
Hi there, Not sure whether this is related to https://github.com/jenkinsci/durable-task-plugin/pull/98 or something else, in any case I've raised https://issues.jenkins-ci.org/browse/JENKINS-59668 recently, but worth to mention here that I managed to narrow down when it happens, the below

Re: Help with failed builds on ci.jenkins.io

2019-10-11 Thread Victor Martinez
There is a known issue with the windows delete step: - https://github.com/jenkins-infra/pipeline-library/pull/115 - https://github.com/jenkins-infra/pipeline-library/pull/116 You can see the error in BO: -

Re: GitHub Actions in jenkins-infra

2019-10-04 Thread Victor Martinez
I do understand the value for using other CI/CD systems. My only concerns are when there are different GitHub checks and some of them are green and some others are red. That particular lack of reliability might imply more steps to troubleshoot to debug logs in different systems. I like the idea

Re: GitHub Actions in jenkins-infra

2019-10-04 Thread Victor Martinez
I've seen some repos already using GitHub actions, Travis and some others tools, which from a collaborator point of view doesn't look easy to follow up what GitHub checks are valuable. I'd prefer to avoid using GitHub actions as much as possible for the benefit of a more stable ci.jenkins.io

Re: JenkinsRule with a fully customised jenkins-war doesn't populate the plugins when running the tests

2019-09-29 Thread Victor Martinez
the JenkinsRule. ATH might be too overkilling as I'm not interested in using the UI though. Any suggestions/approaches to tackle this? Thanks On Friday, 27 September 2019 21:13:03 UTC+1, Jesse Glick wrote: > > On Fri, Sep 27, 2019 at 2:43 PM Victor Martinez > > wrote: >

JenkinsRule with a fully customised jenkins-war doesn't populate the plugins when running the tests

2019-09-27 Thread Victor Martinez
Hi there, I'm using the JTH with the JenkinsRule without the WithPlugin annotation, and I'd like to prepare a jenkins-war with the whole configuration I require for my tests. So I decided to use: - The custom-war-packager, with the same GAVC as the one I use with the JTH, to bundle all

Re: JenkinsRule doesn't persist the data file, any hints?

2019-09-27 Thread Victor Martinez
: > > On Fri, Sep 27, 2019 at 6:28 AM Victor Martinez > > wrote: > > an exception which occurred: > > in field > org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptScript.script > > > > in object > org.jenkinsci.plugins.pipeline.model

JenkinsRule doesn't persist the data file, any hints?

2019-09-27 Thread Victor Martinez
Hi there, I'm working on running some kind of functional tests for a shared pipeline library using the JenkinsRule annotation. The shared library works like a charm in production but when running the tests with the JenkinsRule annotation I got some serialisation issues, which are related to

Request to review PRs for display-url-api and blueocean-display-url plugins

2019-06-28 Thread Victor Martinez
Hi there, I'd like to ask for some reviews for the below PRs: - https://github.com/jenkinsci/display-url-api-plugin/pull/25 - https://github.com/jenkinsci/display-url-api-plugin/pull/26 - https://github.com/jenkinsci/blueocean-display-url-plugin/pull/24 Last one depends on the previous

Re: One of the plugins I maintain is now missing from https://updates.jenkins-ci.org/download/plugins/

2019-02-05 Thread Victor Martinez
When I faced a 401 error when pushing to the central repo in the past it was regarding some settings.xml misconfiguration, maybe https://wiki.jenkins.io/display/JENKINS/Hosting+Plugins might help (see section HTTP 401 when transferring a file to the Jenkins Maven repository) -- You received

Re: How to override the port properties when running the JenkinsRule?

2019-01-30 Thread Victor Martinez
Just for the record, an environmental issue in mi end (quite obvious) I basically tweaked my /etc/hosts for some unknown reason and that's where the localhost was wrongly redirected to a wrong IP. Sorry about the spam and thanks Carlos, you really saved my day. -- You received this message

Re: How to override the port properties when running the JenkinsRule?

2019-01-30 Thread Victor Martinez
I see! Then I completely misunderstood the stacktrace when debugging the line ... I need to narrow down what's causing that issue in my local machine. Thanks Carlos! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

How to override the port properties when running the JenkinsRule?

2019-01-30 Thread Victor Martinez
Hi guys, I'm running out of ideas. I'm getting some binding errors when running the tests for the jenkins core locally. Probably that's something I can easily fix by setting the port, but I've no clue where I can find those details, even though I already with mvn -Pdebug verify -Dport=18080

Question regarding extending jenkins-infra/pipeline-library to support BATS/DinD

2018-11-19 Thread Victor Martinez
Hi there, I've got some questions regarding extending the provided pipeline/jenkins-infra in the https://ci.jenkins.io to enable: - BATS in the linux agent - DinD within the Jenkinsfile. This is more precisely to enable the Validation of the JCASC Demos: see the in-progress PoC

Re: Christmas/NY break in LTS schedule

2018-10-27 Thread Victor Martinez
+1 Does it make any sense to add these details under https://jenkins.io/download/lts/ or a similar page? Then others can get the benefit of this? Happy to open a PR if that's the right page where to include those details. Cheers -- You received this message because you are subscribed to the

How to use incrementalify goal in the jenkinsci/jenkins project

2018-08-06 Thread Victor Martinez
Hi folks, I'd like to know how the release process for the jenkinsci/jenkins core works with the incrementablify. I tried with the below 2 maven commands to reproduce the release process of the jenkinsci/jenkins project : - mvn release:prepare release:perform - mvn

Re: Calling a DSL extension resulting in error

2018-01-03 Thread Victor Martinez
Sorry if I misunderstood this question, but I though that particular stacktrace was related to the usage of the script approval process. Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Calling a DSL extension resulting in error

2018-01-03 Thread Victor Martinez
Please ask to the jenkinsci-users mailing list: https://jenkins.io/mailing-lists/ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

How does Jenkins execute the modules inserted in the Job?

2017-12-22 Thread Victor Martinez
Please use the jenkinsci-users mailing list: https://jenkins.io/mailing-lists/ Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [PROPOSAL] Split js-libs repo in individual repos (one per module)

2017-11-30 Thread Victor Martinez
Awesome! I'm not really planning to do any maintenance though, let's see then what others think about this -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

[PROPOSAL] Split js-libs repo in individual repos (one per module)

2017-11-29 Thread Victor Martinez
Hi there, I've seen when using maven multimodes git repos in Jenkins plugins are mostly based on the same general versioning, such as the previous pipeline-plugin , blueocean , but I've found a minor

Re: Jenkins Plugin- License Policy

2017-11-10 Thread Victor Martinez
You can find the script in the below repo: - https://github.com/v1v/license-crawler Just to clarify, it takes about 50 minutes (main reason: it looks for license section in the pom.xml file, if it doesn't exit, then it does expand the effective-pom and look for the license section). It does

Re: Failed to build js-lib plugins from source

2017-11-07 Thread Victor Martinez
what if you copy that settings.xml somewhere else and run mvn -U clean package -s where is just the full path of the settings which its content is https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial#Plugintutorial-SettingUpEnvironment Cheers -- You received this message because you

Re: Failed to build js-lib plugins from source

2017-11-07 Thread Victor Martinez
As far as I see that particular dependency exists: - https://mvnrepository.com/artifact/org.jenkins-ci.tools/maven-hpi-plugin/2.0 Can you confirm check what remote repos are configured in your ~/.m2/settings.xml as suggested

Re: Q: java.lang.SecurityException: class "org.jenkinsci.remoting.CallableDecorator" error when using @LocalData

2017-08-24 Thread Victor Martinez
org.jvnet.hudson.test.recipes.LocalData; /** * NPE Test Case. * * @author Victor Martinez */ public class NPETestCase { @Rule public JenkinsRule j = new JenkinsRule(); @Issue("JENKINS-46424") @LocalData @Test public void testNPE() throws Exception { TopLevelItem item = j.g

Q: java.lang.SecurityException: class "org.jenkinsci.remoting.CallableDecorator" error when using @LocalData

2017-08-23 Thread Victor Martinez
Hi there, I've just started to use the LocalData annotation and I've found the below stacktrace: java.lang.SecurityException: class "org.jenkinsci.remoting.CallableDecorator"'s signer information does not match signer information of other classes in the same package What did i do? 1)

Re: Q: How to show the ToolTip popup in Stacked Bars within Jenkins?

2017-08-22 Thread Victor Martinez
Same outcome using the latest version and the current one which it's used in Jenkins: https://github.com/jenkinsci/jenkins/blob/master/core/pom.xml#L243-L247 Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Q: How to show the ToolTip popup in Stacked Bars within Jenkins?

2017-08-22 Thread Victor Martinez
Hi there, I'm using the JFreeChart in order to show some StackedBarGraphs but for some reason the tooltips doesn't pop up when using Jenkins but it works when using it outside of Jenkins, as you can see in the below screenshot, left screen is the JenkinsUI while the right one is the AWT Frame:

Re: Plugin idea: publish the analysis result (reading from the jxlint xml format)

2017-08-18 Thread Victor Martinez
Maybe https://wiki.jenkins.io/display/JENKINS/xUnit+Plugin could be extended to support this use case? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Q: WithPlugin annotation to override existing installed plugin

2017-08-07 Thread Victor Martinez
I'm linting Jenkins jobs and how some plugins are configured. For instance: - groovy plugin version 2.0 uses the script security plugin. While version 1.X no. I'd like to run one test case per version to detect whether they are configured as I expect. - git plugin version +2.4.1 allows git

Q: WithPlugin annotation to override existing installed plugin

2017-08-07 Thread Victor Martinez
Hi there, I'd like to reinstall an old version of a particular plugin in my current Unit Tests, then I can test the behaviour of my plugin with different versions of some dependent plugins. If I didn't explain myself correctly, this is how far I went: *pom.xml* ... org.jenkins-ci.plugins

Re: Sortable tables with non existing value but different attributes

2017-08-01 Thread Victor Martinez
indeed!! It works like a charm Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion

Sortable tables with non existing value but different attributes

2017-08-01 Thread Victor Martinez
Hi there, Any ideas how I can use the sortable type in a non value cell? I though I could use the "data-sort" attribute in the cell but it doesn't work. As you can see below, there is a table based on two columns, first column contains the value "${job.name}" while the second column is just

Re: Unit Testing Jenkins

2017-04-25 Thread Victor Martinez
As long as you write your unit tests then you can run them with Jenkins. Jenkins is "just" an automation server. There are plenty of content in https://jenkins.io/ and https://wiki.jenkins-ci.org/display/JENKINS/Home BTW, please use the right mailing list: -

Re: Scripts not permitted to use staticMethod in Extensible Choice System Groovy

2017-04-21 Thread Victor Martinez
Please use the right mailing list and don't cross post your questions! - https://jenkins.io/content/mailing-lists/ In the above url you can find further details about how to ask and where exactly. Cheers On Friday, 21 April 2017 01:02:17 UTC+1, Victoria Kozel wrote: > > Hello, > > I am

Is there a script that check that some users got overlapping permissions in jenkins?

2017-04-14 Thread Victor Martinez
Dont cross-post!! Wrong mailing list indees Further details: https://jenkins.io/mailing-lists/ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Execute shell script on remote host using ssh - Jenkinsfile

2017-02-19 Thread Victor Martinez
Wrong mailing list, please read the below page: - https://jenkins.io/content/mailing-lists/ Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Project ideas for student projects in the area of testing

2017-02-13 Thread Victor Martinez
Maybe it is a bit out of the scope and I don't know whether there is already a ongoing testing framework for the pipeline. But, is it something feasible? It might be a really good contribution to the community Cheers -- You received this message because you are subscribed to the Google Groups

Re: PLUGIN: mvn deploy doesn't seem to work with my credentials

2017-02-10 Thread Victor Martinez
I'm definitely blind... Thanks so much :) On Friday, 10 February 2017 18:10:53 UTC, Daniel Beck wrote: > > > > On 10.02.2017, at 19:05, Victor Martinez <victormar...@gmail.com > > wrote: > > > > from the maven configuration is failing, so I don't know how to

PLUGIN: mvn deploy doesn't seem to work with my credentials

2017-02-10 Thread Victor Martinez
Hi there, Probably this is a typical question, but I'm running out of ideas, beforehand I went through the https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Frequentlyaskedquestions page. Current maven setup: ~/.m2/settings.xml ... repo.jenkins-ci.org

Failing when accessing to repo.jenkins-ci.org

2017-02-09 Thread Victor Martinez
Can you login to https://repo.jenkins-ci.org/webapp/#/login ? I tried to reset my password from https://accounts.jenkins.io/ but still same issue. It seems it works for 0.001 seconds and immediately I get disconnected, so it's a bit weird though. if i try to login with other credentials it

Re: Did anyone has any idea how to configure jenkins to execute different testng test suite for different committed code.

2017-02-02 Thread Victor Martinez
Rahul, Can you please stop cross-posting? - https://groups.google.com/forum/#!topic/jenkinsci-users/epkqiwy27DU - https://groups.google.com/forum/#!topic/jenkinsci-users/IA2FhHUUehg Besides of that, if you want to ask purely how to use Jenkins then use the right mailing list, this is not the

Re: Can we execute TestNG test cases for different SVN subversion tag by using Jenkins

2017-01-31 Thread Victor Martinez
Wrong mailing list and duplicated question! - https://groups.google.com/forum/#!topic/jenkinsci-users/IA2FhHUUehg You can read further about the Jenkins Mailing lists in the below link: - https://jenkins.io/content/mailing-lists/ Cheers On Tuesday, 31 January 2017 08:43:50 UTC, Rahul Ingle

Re: QUESTION: Exposing remote API

2017-01-31 Thread Victor Martinez
fine, just use what is a best fit to your > data model. > > Best regards, > Oleg Nenashev > > четверг, 26 января 2017 г., 21:30:38 UTC+1 пользователь Victor Martinez > написал: >> >> Hi there, >> >> I'd like to extend the JenkinsLint plugin to expose its A

Re: Jenkins page not found

2016-12-07 Thread Victor Martinez
https://jenkins.io/content/mailing-lists/ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this

Jenkins Rest API guide

2016-10-27 Thread Victor Martinez
Wrong mailing list, please ask in the jenkins user mailing list https://jenkins.io/content/mailing-lists/ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

Can't yank a live executor

2016-10-27 Thread Victor Martinez
Wrong mailing list, please ask in the jenkins user mailing list https://jenkins.io/content/mailing-lists/ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Help with invoking scripts via CURL

2016-10-09 Thread Victor Martinez
Please use the right mailing list for user questions, see the below mailing lists: - https://jenkins.io/content/mailing-lists Cheers On Sunday, 9 October 2016 00:18:14 UTC+1, Naveen Srinivasan wrote: > > Hi, > > I am trying to automate Jenkins fully using helm and kubernetes >

Re: How to add nested view with groovy script ?

2016-09-25 Thread Victor Martinez
Hi, There is a typo as far as I see in that package name: hudson.plugins.nested_view rather than hudson.plugins.nested__view As you can see in the source code: - https://github.com/jenkinsci/nested-view-plugin/blob/master/src/main/java/hudson/plugins/nested_view/NestedView.java#L25

Re: Help with audit2db-plugin

2016-03-15 Thread Victor Martinez
Poking jenkinsci-dev group On Tuesday, 15 March 2016 07:55:38 UTC, Ricardo García Fernández wrote: > > Hi everyone! First thanks a lot for your job and maintaining Jenkins > community :) > > We are making changes into the plugin to close database conections: > *

Re: Jenkins 2.0 initial setup plugin selection

2016-03-02 Thread Victor Martinez
Quick question, maybe I'm again repeating the same question over and over, but I've just reviewed the Jenkins2.0 alpha version and for some reason Pipeline plugin is part of the default plugin list, I'm not agains that plugin (just got some concerns about how to run unit/integrations tests

Re: Jenkins 2.0 initial setup plugin selection

2016-02-24 Thread Victor Martinez
What about docker plugin? It might be a good candidate as part of the plugin selection as it's widely used and might alienate the concept of reproducibility and configuration, which are nowadays quite trendy, with Jenkins. Mercurial and Perforce are not part of that list, although their usage

Re: QUESTION: Some users from the Jenkins Organization has been purged, is that right?

2016-02-15 Thread Victor Martinez
have to set your membership as "public" to make it >> visible. >> >> On Fri, Feb 12, 2016 at 12:19 PM, Victor Martinez <victormar...@gmail.com >> > wrote: >> >>> If you haven't logged in GH then you won't see those details at >>> all. M

QUESTION: Some users from the Jenkins Organization has been purged, is that right?

2016-02-12 Thread Victor Martinez
Hi there, Sorry about the spam but I couldn't find the any thread references about the Jenkins organization in GitHub. For some reason I'm not a member of that organization anymore: username: v1v Any ideas? Cheers -- You received this message because you are subscribed to the Google

Re: QUESTION: Some users from the Jenkins Organization has been purged, is that right?

2016-02-12 Thread Victor Martinez
sci/teams?query=%40v1v > > What made you think you'd been purged? > > 2016-02-12 9:34 GMT+00:00 Victor Martinez <victormar...@gmail.com > >: > >> Hi there, >> >> Sorry about the spam but I couldn't find the any thread references about >> the Jenkins

Re: Unable to build Jenkins source on Windows

2016-02-09 Thread Victor Martinez
Hi, Can you confirm whether you are using a maven version 3.X? The above link might help you - https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins I hope it helps On Tuesday, 9 February 2016 03:49:43 UTC, Suren G wrote: > > Hello Everybody, > > I am trying to build Jenkins

Re: jenkinsci/nested-view-plugin - Maintained?

2016-02-02 Thread Victor Martinez
I put the jenkins dev group in the loop and they might help you. On Tuesday, 2 February 2016 10:35:45 UTC, tim.b...@theladbiblegroup.com wrote: > > Hi Guys, > > I’ve submitted a pull request ( > https://github.com/jenkinsci/nested-view-plugin/pull/23) and can also see > other pull requests

Re: Jenkins Plugin to capture Details and invoke external script

2016-01-20 Thread Victor Martinez
Hi Alim, You can find some examples of developing plugins from scratch in the below url: https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial#Plugintutorial-Otherresources it's worth if you follow those steps and try something similar then you will get more familiar with Jenkins and

Re: Updating Jenkins test results in ALM [ New ]

2016-01-07 Thread Victor Martinez
Hi, Please use the Jenkins Users mailing list instead of this one Cheers On Thursday, 7 January 2016 08:54:38 UTC+1, SAI KIRAN wrote: > > > Hi, > > I am trying to run a suite in Jenkins and update those test results in ALM > (Pass/Fail) > > But, I am unable to update to ALM. > > > > Which

Re: Jenkins AWS CodeDeploy Plugin using proxy credentials

2016-01-07 Thread Victor Martinez
Hi, A question such as this should be in the Jenkins Users mailing list, it's worth if you don't duplicate it everwhere, as you already raised that question in that group e Cheers On Thursday, 7 January 2016 11:58:31 UTC+1, donovan.b...@gmail.com wrote: > > Hi, the CodeDeploy plugin allows

  1   2   >