Failing Windows build on ci.jenkins.io

2022-08-22 Thread martinda
Hello, We have added a new step to the pipeline-utility-steps-plugin but the Windows build fails after about an hour: https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fpipeline-utility-steps-plugin/detail/PR-162/1/pipeline/92#step-98-log-158 It looks like a timeout issue. Is this an

Q: How to tell a job is finished with the build REST API

2021-02-01 Thread martinda
I poll builds with the REST API to detect their completion and I used to look at the "result" field to detect both the end of the build and the build status. I noticed in Jenkins 2.277 that the result quickly changes from SUCCESS to FAILURE towards the end of the build (as polled from the

Re: Governance Board

2020-09-30 Thread martinda
Thanks Alex for your help with the Jenkins GB and good luck with your evolving role at work. On Tuesday, September 29, 2020 at 9:06:30 AM UTC-4 Oleg Nenashev wrote: > Hi Alex, > > First of all, thanks a lot for all your contributions to the Jenkins > project! You've been doing A LOT for the

[GSOC 2020 Custom Jenkins Build Distribution] Should the update centre download test be mocked?

2020-08-03 Thread martinda
Hi, Should we mock the update centre download when testing the code of the custom build distribution application? Here is the PR: https://github.com/jenkinsci/custom-distribution-service/pull/105/files Thanks, Martin -- You received this message because you are subscribed to the Google Groups

Re: GSoC 2020 Jenkins Custom Distribution Service Update Center Persistence Discussion

2020-07-26 Thread martinda
Hi Tim, I see two use cases: an on-line community service, and behind a firewall. We're just not sure whether the update centre data should be 1) persistent when the service is stopped and restarted (thus we need a persistent docker volume along with the two docker containers), or 2)

Re: Remote access API

2020-05-23 Thread martinda
> > > Or is there any api in java which helps me read the above URL? > I have used this library quite successfully: https://github.com/cdancy/jenkins-rest But you still have to provide the credentials. Martin -- You received this message because you are subscribed to the Google Groups

Re: Redirects for wiki plugin pages

2020-02-08 Thread martinda
Very nice. Thank you. On Tuesday, February 4, 2020 at 3:12:38 PM UTC-5, Gavin Mogan wrote: > > Hey Everyone, > > Tyler and I just finished merging a chance to the wiki http configs to > redirect plugin docs from wiki to the plugin site whenever possible. > > I generated the list as best I could

Re: 2019 Election: voting has closed

2019-12-10 Thread martinda
Thank you KK, I added my feedback. On Tuesday, December 3, 2019 at 9:58:02 AM UTC-5, Kohsuke Kawaguchi wrote: > > I believe you can edit the document directly. The documen is WiP at the > moment, so feel free to add text, comment, provide edit suggestions, etc. > If you prefer, prefix the text

Re: 2019 Election: voting has closed

2019-11-30 Thread martinda
Congratulations to the elected members and thank you all for participating in this important process. Let us know where feedback is to be collected if it is open to the community, I'd like to contribute a few thoughts. Martin On Thursday, November 28, 2019 at 9:42:48 AM UTC-5, Kohsuke

How do I fix flaky tests in EXWS WorkspaceCleanupTest?

2019-10-24 Thread martinda
Hello, I have flaky tests in the external workspace manager, I am not sure how to fix them since I use the latest parent pom (1.51), Jenkins 2.150.3 and its BOM. I suspect it has to do with the JenkinsRule, but I am not sure how to debug that. Below is an example of a flaky test. @Test

Re: Any workspace change between LTS 2.138 and 2.150?

2019-10-24 Thread martinda
Thank you Jesse. The BOM is actually awesome. It solved my problem. -- 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: Any workspace change between LTS 2.138 and 2.150?

2019-10-16 Thread martinda
get in a spiral where workflow plugins race to their most recent versions and I run out of options. Also, I do not know what you mean by "use the BOM". I use the "enforcer", it tells me what's wrong (see https://gist.github.com/martinda/cfb51b953e2a4709dc73abf8a41a396c#f

Re: Any workspace change between LTS 2.138 and 2.150?

2019-10-16 Thread martinda
, October 16, 2019 at 8:30:35 AM UTC-4, martinda wrote: > > > On Wednesday, October 16, 2019 at 7:20:41 AM UTC-4, Daniel Beck wrote: > >> On 15. Oct 2019, at 14:30, martinda wrote: > >> > >> Can someone explain why the inner-most sh step has a di

Re: Any workspace change between LTS 2.138 and 2.150?

2019-10-16 Thread martinda
On Wednesday, October 16, 2019 at 7:20:41 AM UTC-4, Daniel Beck wrote: >> On 15. Oct 2019, at 14:30, martinda wrote: >> >> Can someone explain why the inner-most sh step has a different workspace since LTS 2.150? > >Identical versions of plugins between the t

Any workspace change between LTS 2.138 and 2.150?

2019-10-15 Thread martinda
is not the same as immediately outside the stage. I wrote the actual workspace path returned, beside each line as a comment. The code below can also be found in https://gist.github.com/martinda/fae71b37dc20bcb0e239ab46de3be291 def extWorkspace stage('Allocate Workspace') { extWorkspace

Re: Clearing external workspaces during build discard using Fingerprints and Workspace Cleanup plugin

2019-08-13 Thread martinda
So you are thinking of letting the build discarder plugin do its job, and asynchronously to that, scan the fingerprints to find workspaces, and delete workspaces that no longer have builds. I think this would work. Martin On Monday, August 12, 2019 at 4:48:53 PM UTC-7, Benjamin Beggs wrote: >

Re: Clearing external workspaces during build discard using Fingerprints and Workspace Cleanup plugin

2019-08-12 Thread martinda
There is a recent thread about this purge job history plugin: https://groups.google.com/forum/#!msg/jenkinsci-dev/OxSNmlyP1dY/PkKPxkvwDgAJ Martin On Monday, August 12, 2019 at 10:53:14 AM UTC-7, martinda wrote: > > Hi Ben, > > It is indeed expensive to run a scan of fingerprint

Re: Clearing external workspaces during build discard using Fingerprints and Workspace Cleanup plugin

2019-08-12 Thread martinda
Hi Ben, It is indeed expensive to run a scan of fingerprints at the end of every run or a project, esp. when, in the end, no workspace meets the criteria for discard. I recently found about a plugin called purge job history plugin . It

Re: Plugin Adoption - Purge Job History Plugin

2019-08-07 Thread martinda
How does the purge job history plugin compare to the built-in build discarder or to the https://github.com/jenkinsci/discard-old-build-plugin ? Martin On Tuesday, August 6, 2019 at 7:55:48 AM UTC-4, Aytunc Beken wrote: > > Hi

Re: Jenkins GSoC Budget update + JEP-8 confirmation for 2019

2019-07-31 Thread martinda
I vote +1. On Wednesday, July 31, 2019 at 3:38:17 AM UTC-4, Oleg Nenashev wrote: > > Hi all, > > Sorry for another boring non-developer topic, I would like to provide an > update on the GSoC 2019 budget. > You can find the previous status update for 01.01.2019 here: >

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-07-30 Thread martinda
o late. And let me know > the size pls. > > On Wed, Jul 17, 2019 at 9:07 AM martinda > wrote: > >> Alyssa, >> >> I prepared a poster to promote Google Summer of Code, Google Season of >> Docs and Outreachy for Jenkins World in SF. >> >> https://g

Re: ANN : Jenkins Governance meeting on July 31st

2019-07-26 Thread martinda
pt the JEP for that taking the > previous consensus, but IMO we need to rework it for the CDF world > > BR, Oleg > > > > On Fri, Jul 26, 2019 at 1:36 PM martinda > wrote: > >> Where can I find the minutes of the last governance meeting? >> I'd like to know the s

Re: ANN : Jenkins Governance meeting on July 31st

2019-07-26 Thread martinda
Where can I find the minutes of the last governance meeting? I'd like to know the status of my budget approval requests . Thanks, Martin On Thursday, July 25, 2019 at 10:02:27 AM UTC-4, R. Tyler Croy wrote: > > Thanks for

Governance Meeting Agenda items related to GSoC - July 31, 2019 meeting

2019-07-22 Thread martinda
://github.com/martinda/jenkins-gsoc-gsod-outreachy-poster/blob/master/poster.svg Printing cost and carrying tube: $100 USD Best Regards, Martin d'Anjou Jenkins GSoC Org Admin Team -- You received this message because you are subscribed to the Google Groups "Jenkins Developers&q

Logo usage request

2019-07-17 Thread martinda
Outreachy logo. Here is a link to the poster work in progress: https://github.com/martinda/jenkins-gsoc-gsod-outreachy-poster/blob/master/poster.svg Thanks, Martin d'Anjou Jenkins GSoC Org Admin Team -- You received this message because you are subscribed to the Google Groups "Jenkins De

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-07-17 Thread martinda
Alyssa, I prepared a poster to promote Google Summer of Code, Google Season of Docs and Outreachy for Jenkins World in SF. https://github.com/martinda/jenkins-gsoc-gsod-outreachy-poster Questions: - Should I print on canvas or paper? - Is there a budget for the community booth

Devops World Jenkins World 2019: Slide Desk Presentation Templates?

2019-07-11 Thread martinda
Hi, I'd like to work on my slides for DW/JW 2019. Is there a Google Slide Deck template available? Thanks, Martin -- 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

Re: Jenkins Contributor Summit - Aug 12 San Francisco

2019-07-11 Thread martinda
Hi Tracy, I plan on being there. Main interest: Google Summer of Code. Martin -- 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: Trouble verifying build history deletion with mock Jobs

2019-07-11 Thread martinda
For: > to tell him that PR#2 needed review and shouldn't have been merged > Are you able to assign a label to the PR? I have used labels like "do not merge" before. Martin -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe

Discard build enhancement: to core or to plugin?

2019-06-24 Thread martinda
Hi, The built-in build discard logic discards builds if they either exceed a number of days, or if they are beyond a certain position in the history. In my GSoC proposal I suggested combining these two conditions with an "AND" instead of an "OR". It turns out this can be implemented as an

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-06-21 Thread martinda
contributors (Ask > the Experts). Can you let me know your area of expertise so I can have it > on a slide. > > Thank you Martin. > alyssa > > > On Sat, May 25, 2019 at 4:37 AM martinda > wrote: > >> Hi Alyssa, >> >> If there is still room, I can give a a d

Re: Jenkins Common Coding Questions in GSoC 2019

2019-06-04 Thread martinda
Hi Yufei, I am running on commit 19164b7 with these versions: ~/Downloads/apache-maven-3.6.0/bin/mvn compile [INFO] Scanning for projects... [INFO] [INFO] -< org.jenkins-ci.plugins:external-workspace-manager >-- [INFO] Building External Workspace Manager Plugin 1.1.3-SNAPSHOT

Re: [EVENT]: DevOps World Jenkins World San Francisco volunteers needed

2019-05-25 Thread martinda
Hi Alyssa, If there is still room, I can give a a demo. I can also be at the contributor's corner if there is one this year. Martin On Thursday, May 23, 2019 at 4:34:11 PM UTC-4, alytong13 wrote: > > Hi All, > > We are planning activities for the community booth at DW JW SF >

How to merge fixes to plugins with no maintainer

2019-03-26 Thread martinda
A GSoC student wants to merge a trivial fix to a plugin that no longer has a maintainer. The plugin is changes-since-last-success-plugin (ndeloof is no longer the maintainer as per this message

Re: [GSOC] Jenkins REST API Client Pipeline Wrapper Plugin Proposal

2019-03-22 Thread martinda
ns > more powerful and easier to integrate it with third-parties. > > > > On Saturday, December 22, 2018 at 8:58:11 PM UTC+5:30, martinda wrote: >> >> Hi, >> >> We currently have a Google Summer of Code proposal >> <https://docs.google.com/document/

Re: Questions about developing pipeline DSL plugin

2019-02-27 Thread martinda
Hello Li, I do not know the answer to your question, but since you are a student, you might be interested in our Google Summer of Code program. This is our main landing page . We have projects ideas for

Re: How do I get the test harness to include the plugin I'm developing?

2019-02-04 Thread martinda
I have the same question: How do I read the jenkins global configuration values introduced by my custom plugin (or other global config values in general), in a plugin unit test. On Monday, April 4, 2016 at 6:56:01 AM UTC-4, Andrew Sumner wrote: > > I'm trying to write a unit test that will

Re: [GSOC] Jenkins REST API Client Pipeline Wrapper Plugin Proposal

2019-01-26 Thread martinda
> > At a minimum, use no `GlobalVariable`s or any > other `workflow-cps` dep, and use the `Step` API as it was designed > What about JFrog's artifactory plugin, it uses a workflow-cps dependency

GSoC proposal on OpenAPI REST API spec generator for Jenkins core and plugins

2019-01-19 Thread martinda
Hello, There is a GSoC proposal on automatically generating the Jenkins REST API for core and plugins, from a REST API spec generator like OpenAPI. I can kind of see this as being possible for future plugins,

Marked some REST API issues as newbie-friendly

2019-01-17 Thread martinda
Hello, I marked some REST API issues as being newbie friendly, to help GSoC students get started on REST API related projects. If you think these issues

Re: [GSOC] Jenkins REST API Client Pipeline Wrapper Plugin Proposal

2019-01-16 Thread martinda
I am re-working the 3 REST API GSoC proposals... How does this example look like in terms of respecting the current execution engine requirements: bitbucketClient.withServer(url: “foo://bitbucket”, project: project, repo: repo, crendentialsId: “mybitbucket”) { def response =

Re: Proposal: Embedded and HW-and-EDA special interest groups

2019-01-07 Thread martinda
Oleg, I am definitely interested in joining the HW-and-EDA SIG. I do not have an interest in embedded at this time. What does "driving one of them" imply? I do not want to over-commit and under-deliver. Martin On Monday, January 7, 2019 at 7:33:50 PM UTC-5, Oleg Nenashev wrote: > > Dear all,

Re: The future of LTS certification

2019-01-04 Thread martinda
re on public channels (no private email communications except for private matters). Hope this brings some clarity to the role of a gsoc mentor, Martin > Best regards. > > On Fri, Jan 4, 2019 at 1:30 PM martinda > wrote: > >> Hello Manuel, >> >> On Thursday,

Re: [GSOC] Jenkins REST API Client Pipeline Wrapper Plugin Proposal

2019-01-04 Thread martinda
On Monday, December 31, 2018 at 9:34:58 AM UTC-5, Jesse Glick wrote: > > On Fri, Dec 28, 2018 at 5:49 PM martinda > wrote: > >> burden efforts to produce an alternate execution engine > > > > The two execution engines I know of are the scripted pipeline a

Re: The future of LTS certification

2019-01-04 Thread martinda
Hello Manuel, On Thursday, January 3, 2019 at 4:49:12 AM UTC-5, Manuel Ramón León Jiménez wrote: > > Hello and happy new year. > > Splitting the ATH tests is very interesting from my PoV. It will let > plugin developers be more conscious of its existence and perhaps, it could > help to have a

Re: [GSOC] Jenkins REST API Client Pipeline Wrapper Plugin Proposal

2018-12-28 Thread martinda
I have marked the google docs for all three as being discussed here. We may have to pull out those proposals if they prove to be problematic. burden efforts to produce an alternate execution engine > The two execution engines I know of are the scripted pipeline and the descriptive pipeline. Is

Re: [GSoC 2018] Introduction for Improvements to the Jenkins Acceptance Test Harness

2018-12-22 Thread martinda
Hello Sahil, This project is still available for GSoC 2019. There has been a recent discussion with an excellent summary made recently. If you are still interested please join the discussion! Martin d'Anjou Jenkins GSoC 2019

Re: The future of LTS certification

2018-12-22 Thread martinda
Hello, There is currently a Google Summer of Code (GSoC) proposal to improve the ATH . Would anyone be able to lay out a plan to improve the ATH using that GSoC proposal? We are actually looking

[GSOC] Artifactory REST Client as a Jenkins Pipeline Plugin

2018-12-22 Thread martinda
Hello, I am trying to reach out to the JFrog developers who might be watching this mailing list. We have a Google Summer of Code project proposal related to wrapping the Artifactory REST API

[GSOC] Jenkins REST API Client Pipeline Wrapper Plugin Proposal

2018-12-22 Thread martinda
Hi, We currently have a Google Summer of Code proposal aimed at wrapping a Jenkins REST API Client into a Jenkins Pipeline Plugin. There are a few jenkins rest api clients which can be used to

Google Summer of Code 2019

2018-12-19 Thread martinda
I am Martin, one of the Jenkins GSoC Org Admins for 2019. We are preparing for the 15th edition of the famous Google Summer of Code program. Jenkins successfully participated in 2016 and 2018. GSoC is as program where students are paid a stipend by Google to work on a free open source

BEING A Jenkins Developer

2018-11-29 Thread martinda
Hello Kamaha Claude, As a student you can participate in Jenkins development as part of the Google Summer of Code (gsoc) program as well. We are in the process of getting ready for the 2019 edition of the program. Look at our gsoc page https://jenkins.io/projects/gsoc/ for more information and

Re: Simple pull request job plugin (GSOC 2018 project)

2018-05-02 Thread martinda
Hi Abhishek, Kristin, Jeff and Oleg, We held the first community bonding meeting today on Simple Pull-Request Plugin (SPRP), and I captured some notes . Anyone with the link can comment, if I have

Re: [GSOC 2018] Student Introduction (Discard Build Step plugin)

2018-03-26 Thread martinda
Hi Jay, Can you please make a draft version of your proposal available in google doc and send us the link? It seems that even mentors do not have access to the final until after the deadline which is not convenient but it is what it is. Thanks, Martin On Monday, March 26, 2018 at 1:32:18 AM

Re: [GSoC 2018] Introduction for Improvements to the Jenkins Acceptance Test Harness

2018-03-24 Thread martinda
Hello Sahil, Thanks for submitting your proposal. Sorry for not sharing this sooner, but I just remembered about it: there was a discussion on speeding up the ATH in this group. You can find it here:

Re: GSOC 2018 [Student Introduction] Discard Builds Step Plugin

2018-03-20 Thread martinda
Hello Harisu, The documentation we have is on the project idea page which links to a google document where you can find more details on the discard build step plugin

Re: [GSOC 2018] [Student Introduction & query] Simple Pull-Request Job Plugin

2018-03-18 Thread martinda
ide the link to the thread > where you have discussed the thing you mentioned. > > On Friday, March 16, 2018 at 8:47:02 PM UTC+5:30, Jesse Glick wrote: >> >> On Thu, Mar 15, 2018 at 10:22 PM, martinda <martin@gmail.com> wrote: >> > there there is another model whic

Re: [GSOC 2018] [Student Introduction & query] Simple Pull-Request Job Plugin

2018-03-18 Thread martinda
Hello Abhishek, Thank you for sharing the proposal. I have added some comments for your consideration. Best, Martin On Sunday, March 18, 2018 at 12:14:52 AM UTC-4, Abhishek Gautam wrote: > > Hello Everyone, > @martinda, I have prepared my proposal for the project Simple Pull-Reque

Re: [GSoC 2018] [Student Introduction] Cloud Features for External Work-space Manager Plugin

2018-03-17 Thread martinda
final presentations (first presentation is the external workspace manager plugin): https://youtu.be/lo8sZJt2WhM?t=404 Martin On Friday, March 16, 2018 at 10:16:10 PM UTC-4, martinda wrote: > > I forgot to mention that we have office hours and all students are invited > to participat

Re: [GSOC 2018] [Student Introduction & query] Simple Pull-Request Job Plugin

2018-03-16 Thread martinda
Hello Abhishek, I forgot to mention that we have office hours and all students are invited to participate and ask questions. See https://jenkins.io/projects/gsoc/#office-hours for specific times. Martin On Friday, March 16, 2018 at 8:55:52 PM UTC-4, martinda wrote: > > On Friday, Ma

Re: [GSoC 2018] [Student Introduction] Cloud Features for External Work-space Manager Plugin

2018-03-16 Thread martinda
I forgot to mention that we have office hours and all students are invited to participate and ask questions about GSoC. See https://jenkins.io/projects/gsoc/#office-hours for the times. Martin On Friday, March 16, 2018 at 9:50:28 PM UTC-4, martinda wrote: > > Hello Vineeth, > &g

Re: [GSOC 2018] EDA Plugin : Developing a Jenkins Plugin for one of the EDA tools viz FuseSOC

2018-03-16 Thread martinda
Hi Lakhan, Thank you for your interest in the GSoC project on EDA plugin for Jenkins. There are many things a Jenkins EDA plugin can do. It can run the EDA tool, but that is rather trivial as anyone can shell out and call the tool from the command line. But what get more interesting is

Re: [GSoC 2018] [Student Introduction] Cloud Features for External Work-space Manager Plugin

2018-03-16 Thread martinda
Hello Vineeth, Thank you for your interest. We have some student information, but it looks like you have already read it: https://jenkins.io/projects/gsoc/students/ If you find something is missing please let us know. If you have already studied the external workspace manager code base and

Re: [GSOC 2018] [Student Introduction & query] Simple Pull-Request Job Plugin

2018-03-16 Thread martinda
On Friday, March 16, 2018 at 11:17:02 AM UTC-4, Jesse Glick wrote: > > you are proposing some YAML > format—easily handled by an existing pair of extension points in > `workflow-multibranch`. I have discussed this is another thread. > Hi Jesse, I could be wrong but I have the impression that

Re: [GSOC 2018] [Student Introduction & query] Simple Pull-Request Job Plugin

2018-03-16 Thread martinda
On Friday, March 16, 2018 at 5:39:09 PM UTC-4, Abhishek Gautam wrote: > > > *@martinda * > While my research I came across something called EnvironmentContributor in > Jenkins. Do you think that we can use this to pass required variables to > the build processes? > Hi Ab

[GSOC 2018] [Student Introduction & query] Simple Pull-Request Job Plugin

2018-03-15 Thread martinda
Hello Abhishek, Thanks for your interest in the Jenkins GSoC projects. > But then for every pull request administrator of the project needs to create > a job and then trigger a build. I think this will be cumbersome. Yes that is a model that I have seen. But there there is another model which

Re: [GSoC] 2018 Student Introduction

2018-03-12 Thread martinda
Hello Ibrahim Thank you for your interest in the Jenkins GSoC projects. I proposed the Simple Pull Request Plugin project, so I can talk about it but I do not know much about the other projects. There was a discussion on the Simple Pull Request Plugin on this mailing list here

Re: [GSoC 2018] Introduction for Improvements to the Jenkins Acceptance Test Harness

2018-03-12 Thread martinda
Sahil, I forgot to say that we invite all students to participate in office hours where you can meet mentors and ask questions. The office hours schedule is on the main Jenkins GSoC 2018 page . Unfortunately I cannot participate in the office hours

Re: [GSoC 2018] Introduction for Improvements to the Jenkins Acceptance Test Harness

2018-03-12 Thread martinda
Hello Sahil, Thanks for your interest in this Jenkins GSoC project. The best way to get acquainted with the Jenkins ATH is to actually try it out by yourself. There are instructions to run it inside a docker

Re: plugin development: add global environment settings

2018-03-10 Thread martinda
Johann, I cannot help much, but 2 years ago I wrote some code in an attempt to understand how to create global configuration entries. I don't remember much about it. You can find this code here https://github.com/martinda/jenkins-plugin-globalconfig-demo1 Hope this helps, Martin On Friday

Re: [GSoC 2018] - Preliminary announcement

2018-02-19 Thread martinda
Hi all, I would like to announce another project for students has been proposed for GSoC, the Discard Builds Step Plugin . It is a plugin that would makes it easy for users to implement their own data

Re: [GSOC 2018] [Student Introduction] Simple Pull-Request Job Plugin

2018-02-16 Thread martinda
this project should be going? Martin On Thursday, February 15, 2018 at 2:31:16 PM UTC-5, Jesse Glick wrote: > > On Thu, Feb 15, 2018 at 10:19 AM, martinda <martin@gmail.com > > wrote: > > My users will never write a Jenkinsfile, ever. But I > > was able to get them to

Re: [GSOC 2018] [Student Introduction] Simple Pull-Request Job Plugin

2018-02-16 Thread martinda
Hi Surya, Thank you for your input. Based on your response, you seem to have an interest in this kind of approach. Would you consider being a co-mentor on this project? Martin On Thursday, February 15, 2018 at 9:06:53 AM UTC-5, Surya Gaddipati wrote: > > Hey I worked on something similar (

Re: [GSOC 2018] [Student Introduction] Simple Pull-Request Job Plugin

2018-02-15 Thread martinda
Ah, I just saw Jesse's comment in the proposal doc. I need to do more research on multi-branch and organization folders. Last time I tried was already a few years ago. On Thursday, February 15, 2018 at 9:55:57 AM UTC-5, Jesse Glick wrote: >> >> I posted a comment to the doc. The proposal

Re: [GSOC 2018] [Student Introduction] Simple Pull-Request Job Plugin

2018-02-15 Thread martinda
Hello Andrei and al, The simple pull-request plugin is described in more details in the link kindly posted by Joseph P (thank you Joseph). I have added some ideas to the detailed proposal

Re: [GSoC 2018] - Preliminary announcement

2018-02-06 Thread martinda
Hi Oleg and everyone, I have added a new plugin proposal to the list of 2018 GSoC proposals . The proposal is to create a Discard Builds Step Plugin

Discard old builds: how to plug a different BuildDiscarder?

2018-02-05 Thread martinda
Hi, I would like to implement a slightly modified build retention policy, and I do not get how to plug a different BuildDiscarder into the core. For example, if I have a modified version of: https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/LogRotator.java then

Re: Plugin(s) for FPGA / Verilog development

2018-02-01 Thread martinda
Hi Derrick, I have used the plot plugin and the ACL report plugin (aka summary display plugin), but I have found them difficult to work with. In terms of log parsing (regex), I have thought of creating custom filter for logstash, run logstash from the command line, and get Jenkins to read the

Re: [GSoC 2018] - Preliminary announcement

2017-12-16 Thread martinda
I would like to renew this experience. You can count me in as a mentor. Where should we propose and discuss project ideas? I suggest a page on the Wiki like GSoC 2016 project idea examples . I have a few ideas already: -

Re: Speeding up the ATH

2017-09-29 Thread martinda
I have two clarification questions regarding ATH, JenkinsRule and plugin-compat-tester. Q1: Which type of test is good enough catch that the http_request plugin has a transitive dependency on Guava 11.0.1. Guava 11.0.1 is currently provided by the jenkins core, but this will change with

Impact of version specifier in elements of config.xml

2017-08-24 Thread martinda
Hi, The config.xml file contains version specifier for some of the elements of job config.xml files, for example: What happens when, using the REST API, I upload a config.xml that contains versions that do not match current plugin versions in Jenkins? Do I need to update my config.xml

Re: GSOC 17

2017-01-06 Thread martinda
On Thursday, January 5, 2017 at 1:48:23 PM UTC-5, shubham sharma wrote: > Hello, I am looking forward to participate in GSOC'17 & am new to open > source developmemt. Please can anyone help getting started ? > Hello Shubham. If you want to participate as a mentor, see this message

Re: [GSoC 2016] - Status update

2016-10-20 Thread martinda
Hi everyone, The last GSoC 2016 event is the mentor summit on Oct 28-29-30. At the summit I will be presenting a lightning talk on the External Workspace Manager Plugin. The idea of the lightning talk is to emphasize on student achievement, not on pitching. The time limit is 180 seconds, and 6

Pipeline steps reference not listing the external workspace manager plugin steps

2016-09-05 Thread martinda
Hi, The Pipeline steps reference is not listing the steps provided by the External Workspace Manager Plugin . Is there something missing in the plugin? Martin -- You

Re: Decouple BuildSelector from Copy Artifact plugin into a separate repo

2016-07-13 Thread martinda
See my question in-line below. On Tuesday, July 12, 2016 at 11:36:15 PM UTC-4, Jesse Glick wrote: > > > > // this is a step specific to the External Workspace Manager Plugin, > that > > accepts as input a RunWrapper object. > > def extWorksace = exwsAllocate selectedRun: run > > Possible,

Re: [GSoC2016] External Workspace Manager plugin development

2016-05-26 Thread martinda
Hi Alex, I am going to answer your question about the configuration button here. To have a button without a pull down, you can use a repeatable element: There is an example of that in this file

Re: SCM Wrapper Scripts & faking outputs

2016-05-18 Thread martinda
On Tuesday, May 17, 2016 at 10:16:34 PM UTC-4, Jonathan wrote: > > Any other recent thoughts using Jenkins in the hardware world? > Hardware development usually deals with vast amounts of very large generated assets, binary or otherwise (synthesis databases, netlists, pre-compiled local or 3rd

Re: Automatic Plugin Documentation [GSOC 2016]

2016-05-06 Thread martinda
Hello Cynthia, As a plugin user, and as a very occasional contributor, what would help me document plugins better and faster would be to know where the documentation I put in the code ends up on the web, and where to put the documentation in the code (the help*.html files). I don't know if

Re: [GSoC2016] External Workspace Manager plugin development

2016-04-27 Thread martinda
Hi Alex, Welcome, and glad to have you on board. You can find me as mda14 on the IRC channel. One of the challenges I had with writing plugins was to come up with a good pom.xml. It took me a while to get it right, so here is my latest one <https://github.com/martinda/http-request-plugin/b

Git Plugin Pull Request #392 review request

2016-04-17 Thread martinda
I have fixed JENKINS-34070 in Git Plugin PR #392 and I would like a review. Thanks, Martin d'Anjou -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: [GSoC2016] External Workspace Manager plugin development

2016-03-24 Thread martinda
Alex, Forgot to CC you. Please submit your final proposal as per the Google process. Google has a firm deadline, and I was told that their site can be slow to respond as the deadline approaches. Best Regards, Martin d'Anjou On Thursday, March 24, 2016 at 6:32:22 PM UTC-4, martinda wrote

Re: [GSOC 2016]External Workspace Manager

2016-03-24 Thread martinda
t;> вторник, 22 марта 2016 г., 13:24:34 UTC+1 пользователь martinda написал: >>> >>> Thank you for drafting a proposal. You also need to enter your >>> application directly with Google and answer the student application >>> template questions. >>> The link

Re: [GSoC2016] External Workspace Manager plugin development

2016-03-24 Thread martinda
Martin, > > Can you please have one final look over my project proposal > <https://docs.google.com/document/d/1uDfVVD1EkSUjtrNYHwebSflrTRNwPSYoux4SBXrQKAw/edit?usp=sharing> > > before I will submit it? > > Thank you, > Alex > > On Monday, March 21, 2016 at 5:01:31

Re: [GSOC 2016]External Workspace Manager

2016-03-22 Thread martinda
Thank you for drafting a proposal. You also need to enter your application directly with Google and answer the student application template questions. The link is: https://summerofcode.withgoogle.com/ Best Regards, Martin On Tuesday, March 22, 2016 at 4:56:01 AM UTC-4, Johnson Li wrote: > > My

Re: [GSoC2016] External Workspace Manager plugin development

2016-03-21 Thread martinda
Hello Alex, On Sunday, March 20, 2016 at 6:09:38 PM UTC-4, somai.a...@gmail.com wrote: > > > Related to the unit testing examples, the sooner you share them the > better. I can look over them early to get accustomed to. > > Basic test example: https://github.com/martinda/workf

Re: [GSoC2016] - Office hours for students and mentors on March 17th and 20th

2016-03-20 Thread martinda
Not only am I completely jet lagged... when I checked the time this morning, it was showing 5pm local time. Now it shows 4pm. I think my computer was not sync'ed to DST this morning when I checked the time: it had been turned off for an entire week. I think I just missed the last meeting. For

Re: [Google Summer of Code 2016] - We're looking for mentors

2016-03-02 Thread martinda
ub.com/martinda/external-workspace-manager Of course the Jenkins community has to think that it is a worthwhile project. Feedback and comments welcome! Thanks, Martin -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe

Re: How to convert to Workflow: AbstractBuild.getBuildVariableResolver() to a Run method?

2016-02-01 Thread martinda
On Monday, February 1, 2016 at 7:29:12 AM UTC-5, Antonio Muñiz wrote: > > > I do not know how to make the workspace an optional > @StepContextParameter > > You need to define a custom step, as Jesse told before. > > I have done that. The code is: public static final class Execution extends

Re: How to convert to Workflow: AbstractBuild.getBuildVariableResolver() to a Run method?

2016-01-30 Thread martinda
In my quest to make http-request-plugin compatible with Pipeline (formerly known as Workflow), I propose the following. Given: > First, a workspace will be required (i.e., run inside `node {}`), even > if `outputFile` is unset, which is a significant limitation > Given: > Since

http-request-plugin: workflow support request for feedback

2016-01-18 Thread martinda
Janario and others, I want to add workflow support to the http-request-plugin . As you are the author of the plugin, I would like your feedback on the following: 1. Some items are marked as "to be deprecated" in the global

  1   2   >