Re: Windows on Arm support status?

2024-09-18 Thread Alex Earl
is to revert the revert (i.e., restore the >> CI build) and then make it releasable by implementing >> https://github.com/jenkinsci/winp/issues/117. >> >> On Tue, Sep 17, 2024 at 3:09 PM Alex Earl wrote: >> > >> > I was looking at the PR's for Windows

Windows on Arm support status?

2024-09-17 Thread Alex Earl
I was looking at the PR's for Windows on Arm support for Jenkins controller (mainly needed updates to winp for full support) and it looks like a lot of the work was done. I'd like to see if I can get this over the threshold to be included (as well as create an arm64 installer), but I am unsure what

Re: Adopt email-ext plugin

2024-03-29 Thread Alex Earl
ups.com >>> on behalf of Verachten Bruno >>> *Sent:* 29 March 2024 00:58 >>> *To:* jenkinsci-dev@googlegroups.com >>> *Subject:* Re: Adopt email-ext plugin >>> >>> +1 from me. >>> >>> On Thu, Mar 28, 2024, 17:02 'Kevin Ma

Adopt email-ext plugin

2024-03-28 Thread Alex Earl
ull/3831> GitHub username: slide (already member of jenkinsci organization) Jenkins username: slide_o_mix Thanks Alex -- 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

Re: Delay while agent launching

2023-05-10 Thread Alex Earl
Ok, that makes sense. I had something in the code for something like that, but had it disabled because I didn't think it would work for what I wanted, but I think I just need to tweak a couple of things. Thanks for the help! I did mean ephemeral, I just couldn't remember that term. Rega

Delay while agent launching

2023-05-10 Thread Alex Earl
ecific job requirement? I would like to delay say 30 seconds or more before another agent is launched for that same job. Thanks! Alex -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving ema

Re: one-shot-executor-plugin

2023-03-15 Thread Alex Earl
Awesome, thanks for pointing that out! Much appreciated! On Wed, Mar 15, 2023, 18:24 'Jesse Glick' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > That experiment was indeed abandoned. Use > https://javadoc.jenkins.io/plugin/durable-task/org/jenkinsci/plugins/durabletask/executo

one-shot-executor-plugin

2023-03-15 Thread Alex Earl
internal at my company and want to have a single shot executor like this. Thanks, Alex -- Website: http://earl-of-code.com -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emai

Re: Error while setting up Jenkins core

2023-01-23 Thread Alex Earl
PowerShell considers it an expression, that is why you have to quote it. You can see more information here: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_parsing?view=powershell-7.3 On Mon, Jan 23, 2023 at 2:05 AM wrote: > IIRC powershell messes with p

Re: JDK19 is now available on ci.jenkins.io

2022-12-08 Thread Alex Earl
I think the edge idea is a good one. This reduces the churn on Jenkinsfile changes to support building on the latest. It would be nice if we, as plugin developers, could opt in to failures on the edge or not, meaning that a build failure on the latest jdk would not cause the build to fail, unless a

Re: Servlet container support (was: Nov 28, 2022 Governance Board Agenda)

2022-11-28 Thread Alex Earl
Yeah, you have to set up some stuff in the Tomcat config for it to work. https://stackoverflow.com/questions/66274652/jenkins-no-valid-crumb-was-included-in-request/71961904#71961904 On Mon, Nov 28, 2022 at 10:13 AM 'Gavin Mogan' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > I

Re: Allow up to 2 elected board members from a single company

2022-11-28 Thread Alex Earl
+1 from me On Mon, Nov 28, 2022 at 7:05 AM Mark Waite wrote: > The Jenkins elections have completed. Thanks to Gavin Mogan and Ewelina > Wilkosz for their two years of service on the board. Thanks to Ulli Hafner > and Alex Brandes for accepting the nominations as new members of th

Re: [JENKINS-68652] Migrate from ANTLR2 to ANTLR4

2022-10-21 Thread Alex Earl
Please see https://github.com/jenkinsci/jenkins/pull/7293. Looking for some good feedback. On Thu, Oct 20, 2022 at 11:01 AM Alex Earl wrote: > I would like to take a look at this, I don't think the grammars are too > hard to convert. I will work on it this week and see how fa

Re: [JENKINS-68652] Migrate from ANTLR2 to ANTLR4

2022-10-20 Thread Alex Earl
I would like to take a look at this, I don't think the grammars are too hard to convert. I will work on it this week and see how far I get and report back. Sorry for the late jump in. On Wed, Oct 19, 2022 at 8:59 AM Basil Crow wrote: > On Wed, Oct 19, 2022 at 3:24 AM Oleg Nenashev > wrote: > >

Re: Hosting

2022-10-09 Thread Alex Earl
re end of week (Friday night pacific time) I'll >>>>>>> take >>>>>>> over and make sure hosting requests get moving. >>>>>>> >>>>>>> I think i've fixed my irc client so I should stay in the channels >>>>

Re: Jenkins Wiki CSS issues

2022-10-03 Thread Alex Earl
Agreed, whenever I accidentally go there, it reminds me not to use it :D On Mon, Oct 3, 2022 at 7:40 AM 'Gavin Mogan' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > I kinda like it unstyled. It highlights the wiki is old and "broken" (it's > now just a bunch of static files in.

Re: argLine when running integration tests with Java 17

2022-09-19 Thread Alex Earl
Hi Ullrich, There is a known bug in IntelliJ, check out this post on Stackoverflow for the workaround. https://stackoverflow.com/questions/24115142/intellij-error-when-running-unit-test-could-not-find-or-load-main-class-suref Regards, Alex On Mon, Sep 19, 2022 at 2:54 AM Ullrich Hafner wrote

Re: Tool section scrip run twice

2022-05-17 Thread Alex Earl
arily for discussing development of Jenkins core and plugins. Thanks, Alex On Tue, May 17, 2022 at 8:16 AM Nikhil Bhoski wrote: > Hi, > > I am installing a tool through global tool config and running shell script > . However i see the shell script is running twice. i have only one t

Re: WMI Windows Agents plugin

2022-05-12 Thread Alex Earl
I created this PR to document the proposal in the plugin: https://github.com/jenkinsci/windows-slaves-plugin/pull/36 Thanks, Alex On Thu, May 12, 2022 at 3:03 AM Mark Waite wrote: > > > On Wednesday, May 11, 2022 at 6:11:39 PM UTC-6 slide wrote: > >> Cross posting to the d

Re: j-interop

2022-05-05 Thread Alex Earl
Thanks, I always forget that it is usually available via maven. On Thu, May 5, 2022, 08:43 Basil Crow wrote: > See the following link: > > > https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interop/2.0.6-kohsuke-1/j-interop-2.0.6-kohsuke-1-sources.jar > > -- > You received this message

j-interop

2022-05-05 Thread Alex Earl
al library. Does anyone have any insight into this? Thanks, Alex -- Website: http://earl-of-code.com -- 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 ema

Re: Hosting

2022-04-10 Thread Alex Earl
ean we can remove the hosting checker and such from the >>> ircbot, or has it been updated for the new flow to check the PRs? >>> >>> Thanks, >>> >>> Alex >>> >>> -- >>> You received this message because you are subscribed to the Google >&

Re: [JEP-229] Plugin CD workflow version scheme

2022-03-31 Thread Alex
ot;, but you can break it down with > ease to something like "major.minor.patch+build-hash" by modifying the > changelist format, if a plugin developer would want to do that. > > Though to note, that should be done carefully while respecting the > warnings outlined on the

Re: [JEP-229] Plugin CD workflow version scheme

2022-03-31 Thread Alex
nd quicker to read > over, considering every "interesting" PR is a release. > I have a bunch of plugins updating frequently which do not aggregate > changelogs at all. Looking over commit ranges is much more time consuming > than reading a changelog, based on my experience

[JEP-229] Plugin CD workflow version scheme

2022-03-30 Thread Alex
I am a user of both Jenkins CloudBees an OSS version. In the last months, the Jenkins plugins version scheme changed for a few plugins and the experience for Jenkins maintainers to update these plugin with confidence regressed. With the new CD workflow, the version change to `{digit}.{hash}` ba

Re: Jenkins Core pull-requests management

2022-03-22 Thread Alex
l on it? There's an overview of all labels available on https://github.com/jenkinsci/jenkins/labels. We could fill in missing descriptions and overhaul existing ones, if needed. The contribution guide could link to the former URL where you can browse PRs with specific labels right away

Re: Sunsetting Georgia bold

2022-03-07 Thread Alex
ike delimiter between the white and blue looks quite nice, actually. ~Alex timja...@gmail.com schrieb am Montag, 7. März 2022 um 21:22:00 UTC+1: > There's a 'modern' header hidden behind the 'jenkins.ui.refresh' system > property > > You can also enable

Re: Integration translating platforms like Weblate or Crowdin?

2022-03-03 Thread Alex
I would look forward to attend next week Thursday to share a bit of my story. ~Alex Mark Waite schrieb am Donnerstag, 3. März 2022 um 19:57:22 UTC+1: > On Wednesday, March 2, 2022 at 2:23:15 PM UTC-7 Alex wrote: > >> I'm using Crowdin Enterprise in a bunch of open so

Re: Integration translating platforms like Weblate or Crowdin?

2022-03-02 Thread Alex
ould not be tracked in the git history, if you setup your project with your account GitHub account or a PAT, the committer uses that. Though I didn't find that being a major concern yet, considering Crowdin keeps track of every modification of a string you edit, allowing you to have yo

Re: Jenkins 2.332.1 LTS RC testing started

2022-03-02 Thread Alex
I still get the warning about the DoS vulnerability with XStream, though that fix is included. Does the warning magically vanish once the LTS builds are shipped for GA? ~Alex db...@cloudbees.com schrieb am Dienstag, 1. März 2022 um 00:46:55 UTC+1: > > > On Fri, Feb 25, 2022 at 2:

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

2022-02-25 Thread Alex
I had a chat with a GitHub staff member earlier: Hi Alex, > > Thank you for your patience with this issue. > > Our team verified today that a releases feature flag that was enabled > yesterday caused the experienced behavior with accessing draft releases > from API calls

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

2022-02-25 Thread Alex
f I run all the steps locally from the GitHub action I'm getting > the right results =/ > > > https://github.com/jenkinsci/jenkins-infra-test-plugin/runs/5330785488?check_suite_focus=true > > On Thu, 24 Feb 2022 at 23:37, Alex wrote: > >> I got it working by exchangi

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

2022-02-24 Thread Alex
token suffices and grants read/write perms to all scopes, unless you change the workflow permission to read only for content, but that doesn't apply here. Alex schrieb am Donnerstag, 24. Februar 2022 um 23:57:39 UTC+1: > To amend my comment on the dark-theme-plugin PR, I got the action s

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

2022-02-24 Thread Alex
To amend my comment on the dark-theme-plugin PR, I got the action somewhat of working by wiping the additional drafts and keeping one that covers all. I'm using release-drafter via GitHub actions outside of Jenkins too and have repositories with several drafts with different entries, so I'm not

Re: Jenkins Security Scan now generally available

2022-02-22 Thread Alex
y security scan test PR this morning, that it would be nice to have this as step available in the Jenkinsfile to use on https://ci.jenkins.io/ I'm not sure how feasible that is without defeating the purpose of the GitHub action, though I'm dropping his feedback here never

Re: Want to adopt lockable-resources plugin

2022-02-01 Thread Alex
Heyo, glad to see that someone picked the plugin up! Make sure to remove the "adopt-this-plugin" topic on GitHub to get a rid of the plugin adoption banner from the plugin manager. Thanks, Alex > Hi everyone, > > I would like to adopt the "Lockable Resource

Re: Blue Ocean integration with TFS

2018-02-21 Thread Alex Yampolsky
Thank you Mark. No we have not tried TFS/git , our standard back end repository is TFVC. Are you aware of any plans to extend Blue Ocean to work w TFS/TFVC ? Alex On Tuesday, February 20, 2018 at 1:46:58 PM UTC-8, Mark Waite wrote: > > Since TFS supports git as a valid protocol, it

Blue Ocean integration with TFS

2018-02-20 Thread Alex Yampolsky
Our organization uses Microsoft TFS as the standard for source control, is there a way to integrate Blue Ocean pipeline creation with TFS ? Appreciate the response ! Alex -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To u

Re: Proposal: Add optional "Released as" and "Stage Release" states to JIRA

2017-08-14 Thread Alex Johnson
+1 I've spent a ton of time sifting through blame or repo tags, and this could also be useful for features/API updates too. At the least adding the `Released As` field would suffice On Monday, August 14, 2017 at 5:45:08 AM UTC-4, Oleg Nenashev wrote: > > Hi all, > > As a Jenkins user and contrib

Re: BlueOcean with robotframework test

2016-12-05 Thread Alex Radinsky
done, you can see it here: https://issues.jenkins-ci.org/browse/JENKINS-40220 On Fri, Nov 25, 2016 at 9:16 AM, James Dumay wrote: > That is interesting - could you file a bug in JIRA and attach some > roboframework report examples? I'd like to simulate how the plugin picks up > the xml files an

Re: BlueOcean with robotframework test

2016-11-24 Thread Alex Radinsky
I can see my robot framework result in regular jenkins view but not in blue ocean. On Thu, Nov 24, 2016 at 8:50 AM, James Dumay wrote: > I haven't tested it myself but it appears that the Robotframework Jenkins > plugin uses the JUnit plugin under the hood. so you should be able to get > tests t

BlueOcean with robotframework test

2016-11-23 Thread Alex Radinsky
Hey Is it possible to publish robotframework results into the "tests" section of blueocean? -- You received this message because you are subscribed to the Google Gr

Hi guys help me lease with my first Jenkins project

2016-07-15 Thread Alex Xander
i use Linux Centos 7 + git + ant trying to build my first project build.xml log: Started by user anonymous Building i

Git Plugin not working as expected with Pull Request Notifier for Bitbucket

2016-06-26 Thread Alex Brodov
Hi, I have Jenkins 1.609, Git Plugin 2.4.4, Bitbucket v4.2.0, and pull-request-notifier-for-bitbucket v.2.26. My workflow is the following: I've configured the pull-request-notifier-for-bitbucket to trigget any PRs that are being opened to master branch. On my jenkins job, i've configured the

Maintenance of S3 Plugin

2016-03-15 Thread Alex A
s with community. Can I take ownership of this plugin? User: Jimilian Github: https://github.com/Jimilian Br, Alex -- 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 i

Re: [Proposal] - Converting Jenkins Office Hours to Jenkins Online Meetup

2016-03-01 Thread Alex Soto Bueno
Oleg I really love the idea, count with me for the Virtual JAM and being involved on this. I can help organising it, finding speakers to speak, and so on. Alex. On Tuesday, March 1, 2016 at 10:43:13 AM UTC+1, Oleg Nenashev wrote: > > Hi, > > As you probably know, we are suffering

maven-plugin pull request review, SNAPSHOT dependency enhacements

2016-01-27 Thread Alex Zherebtsov
Hi everyone! I would like to ask for a review of my pull request - https://github.com/jenkinsci/maven-plugin/pull/57 , issue in Jira: https://issues.jenkins-ci.org/browse/JENKINS-32635 The background of this feature is quite simple. In Smart4Aviation Jenkins is widely used for projects built

Please create my account.

2016-01-27 Thread Alex Khvatov
I am using Cloudbees Jenkins Enterprise 15.05. I am having problems with Git Plugin (2.4.1) when I try to create a tag during the post build step it creates a branch instead. Thank you. Alex -- You received this message because you are subscribed to the Google Groups "Jenkins Devel

Re: Adding Workflow support for JaCoCo publisher

2016-01-07 Thread Alex Soto Bueno
ed to owner So I would say that nobody outside JaCoCo plugin is using these changes. PR was sent 16 days ago. I don't know if we can wait a bit more or if there is any way to merge the change and release a new version of JaCoCo with Workflow support. Alex. On Tuesday, January 5, 2016 at

Adding Workflow support for JaCoCo publisher

2016-01-05 Thread Alex Soto Bueno
incompatibility. It seems that it can be solved by using BCT but it is something we would like to avoid. We think that this backward incompatibility is not going to affect any other project, but it would be perfect to have any other review from author. Thank you so much, Alex -- You received

[no subject]

2016-01-04 Thread Alex Soto Bueno
-- Alex Soto Software Engineer CloudBees, Inc. skype: asotobu github: lordofthejars blog: lordofthejars.com -- 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, sen

Maintaining template-project-plugin

2015-12-09 Thread Alex Gorobets
Hi Jenkins Developers, I've created pull request for Template Project plugin ( https://github.com/jenkinsci/template-project-plugin) with fixes for 2 issues: https://github.com/jenkinsci/template-project-plugin/pull/27 Unfortunately I haven't got any response for 18 days. According to Jenkins

Re: Jenkins 1.620 fails to load a plugin due to "Expecting a stackmap frame at branch target". No issues with Jenkins 1.580

2015-07-29 Thread Alex
found this Jenkins bug: https://issues.jenkins-ci.org/browse/JENKINS-28781 this is probably the root cause... -- 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

Jenkins 1.620 fails to load a plugin due to "Expecting a stackmap frame at branch target". No issues with Jenkins 1.580

2015-07-29 Thread Alex
hi all! I created a simple jenkins plugin with only one dependency (json lib). I build it using Gradle + Gradle JPI plugin 0.12.1 (org.jenkins-ci.tools:gradle-jpi-plugin:0.12.1) on Oracle JDK 1.7.0_79 64bit. Jenkins core version dependency in my build.gradle file is 1.580.3. I tried both buildi

Re: request hosting for Build Result Publisher plugin

2015-07-13 Thread Alex
don't see a way to edit the Topic name. I would want it to be called "Build Publisher Plugin" rather than "Build Result Publisher Plugin". -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving e

Re: request hosting for Build Result Publisher plugin

2015-07-13 Thread Alex
I see your point. but this would not be simply adding functionality really. more like rewriting the whole Notifications plugin and then integrating its http/tcp/udp publishers into the new code. take a look at the source code of both plugins. I totally see value in what is in Notifications plug

Re: request hosting for Build Result Publisher plugin

2015-07-13 Thread Alex
eral plugins addressing your use.case. Example: > https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin > > понедельник, 13 июля 2015 г., 23:11:31 UTC+3 пользователь Alex написал: >> >> source code: https://github.com/alexeyOnGitHub/jenkins-publisher-plugin

request hosting for Build Result Publisher plugin

2015-07-13 Thread Alex
source code: https://github.com/alexeyOnGitHub/jenkins-publisher-plugin I'm the author. name on GitHub: alexeyOnGitHub Plugin summary: Publish notifications for all completed builds to a RabbitMQ instance. (hoping to have more publishers than just RabbitMQ in it, that's why didn't call it "R

listening for configuration changes in descriptor

2015-07-09 Thread Alex
hi all! a Jenkins dev newbie question on Descriptors and changes in configuraion... I am writing a simple plugin that would listen to "build completed" notifications and send updates to some external system. sending updates is done in a separate thread and it may or may not be slow. when the pl

Trigger job only when specific reviewer is added - Gerrit trigger

2015-01-05 Thread Alex
Hi, I want to trigger a job only when specific reviewer is added, this option not exist or I not familiar with it, in the trigger, anyone now a way to do it ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from t

Gerrit trigger result for each job - NOT join result

2015-01-05 Thread Alex
Hi, The Gerrit Trigger plugin allows you to create multiple jobs with the same criteria, and it will automatically join the results together before publishing results into Gerrit. How I can cancel the automatic join of the results so I will have result per job for the same trigger ? Thanks -

pull request on github-oauth-plugin

2014-03-19 Thread Alex Rothenberg
ions. * Public repos read permission granted to all authenticated users * Public repos all other permissions granted to collaborators * Private repos all permissions granted to collaborators * Non Git jobs & git jobs with no repository configured are not affected Thanks Alex -- You received this

Re: Any chance of a new release of the Grails Plugin?

2013-10-09 Thread Alex Anderson
Hi all, Thanks for your help on this. Alex On 24 September 2013 19:05, nicolas de loof wrote: > I've released grails 1.7 - tests do pass on my platform. > > > 2013/9/22 Oleg Nenashev >> >> Hello, >> >> In the attachments you can find the local buil

Re: Any chance of a new release of the Grails Plugin?

2013-09-17 Thread Alex Anderson
On 5 September 2013 15:03, Oleg Nenashev wrote: > Hello Alex, > > There are several merged PRs and no new pending changes, etc. > Could anyone confirm that the main version is OK? Previous changes has been > made by Cloudbees team, so I suppose that bugfixes are being successfully

Re: Any chance of a new release of the Grails Plugin?

2013-09-10 Thread Alex Anderson
On 5 September 2013 15:03, Oleg Nenashev wrote: > There are several merged PRs and no new pending changes, etc. > Could anyone confirm that the main version is OK? Previous changes has been > made by Cloudbees team, so I suppose that bugfixes are being successfully > used by their customers :) Co

Any chance of a new release of the Grails Plugin?

2013-09-05 Thread Alex Anderson
Hi, it's been about 15 months since the last release of the Jenkins Grails plugin (https://wiki.jenkins-ci.org/display/JENKINS/Grails+Plugin). Since then, there have been a few bugs fixed and features added (https://github.com/jenkinsci/grails-plugin/pulls?direction=desc&page=1&sort=created&state=

Re: Plugin extension point for Job to Node assignment

2013-08-08 Thread Alex Szczuczko
e libvirt-slave-plugin repo[1]. -Alex [1] - https://github.com/ASzc/libvirt-slave-plugin/tree/aszc-revert_on_job_start - Original Message ----- From: "Alex Szczuczko" To: jenkinsci-dev@googlegroups.com Sent: Wednesday, August 7, 2013 4:21:53 PM Subject: Plugin extension point for Jo

Plugin extension point for Job to Node assignment

2013-08-07 Thread Alex Szczuczko
connecting doesn't seem to save the job). As far as I can tell, what I need is access to the point where a job is assigned to a node, but not yet dependent on that node's connection. I have been unable to find this point myself, does anyone know of anything like that? Thanks, Alex -

RE: Updating textbox value from an another field update question.

2013-05-01 Thread Alex Earl
I think there is an autocomplete feature, search for that one the wiki. Sent from my Windows Phone -- From: RCR Sent: 5/1/2013 8:56 To: jenkinsci-dev@googlegroups.com Subject: Updating textbox value from an another field update question. Hi Everebody, I'm looking f

Re: Grails Jenkins Plugin - Call for Maintainers

2013-04-19 Thread Alex Anderson
On 18 April 2013 12:13, Alex Anderson wrote: > Hi people, > > The Jenkins Grails plugin has been stagnating for some time - few > recent commits [1], pull requests unanswered [2] and little progress > on JIRA [3], [4]. > > Is there anyone who'd be interested in helpin

Grails Jenkins Plugin - Call for Maintainers

2013-04-18 Thread Alex Anderson
n please get in touch. Best, Alex -- 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. For

Re: Grails Plugin inactivity

2013-04-18 Thread Alex Anderson
On 17 April 2013 22:06, Jesse Glick wrote: > On 04/17/2013 01:37 AM, Alex Anderson wrote: >> >> How long is polite to wait? > > > I guess a decent grace period has elapsed by now! Do you want to be made a > maintainer, or is someone else volunteering? I was hoping

Re: Grails Plugin inactivity

2013-04-16 Thread Alex Anderson
On 10 April 2013 17:14, Jesse Glick wrote: > On 04/10/2013 10:11 AM, Alex Anderson wrote: >> >> Can we do something about this? E.g. give permission to one or more >> people to help maintain the plugin > > > Sure, I would just give kiy0taka a few days to respond

Re: Grails Plugin inactivity

2013-04-10 Thread Alex Anderson
On 9 April 2013 18:00, Jesse Glick wrote: > On 04/09/2013 09:35 AM, Alex Anderson wrote: >> >> I submitted a pull-request to the Grails plugin about 6 months ago and >> there has been no comment on it > I also have a couple PRs two months old without comment. > >>

Grails Plugin inactivity

2013-04-09 Thread Alex Anderson
://github.com/jenkinsci/grails-plugin So a couple of questions: 1. are github pull requests the correct way to submit patches? 2. who is maintaining this plugin, and how should they be contacted? Thanks for any help, Alex -- You received this message because you are subscribed to the Google

RE: email-ext plugin script not found

2013-03-25 Thread Alex Earl
That file is provided by email-ext, so it should just be there. Sent from my Windows Phone -- From: Iordan Boev Sent: 3/25/2013 5:23 To: jenkinsci-dev@googlegroups.com Subject: email-ext plugin script not found Hi, I have a plugin that uses the email-ext plugin and ha

RE: Using formatted BUILD_ID in email ext plugin

2013-02-22 Thread Alex Earl
Not really, the token does exactly what I said below. Sent from my Windows Phone -- From: alok kumar Sent: 2/22/2013 7:16 To: jenkinsci-dev@googlegroups.com Subject: Re: Using formatted BUILD_ID in email ext plugin Hi, I guess it uses the java like timestamp e.g. m

RE: How can I find my new plugin in JIRA?

2013-01-24 Thread Alex Earl
There is already a component for the mailer, it has been there from when it was in core. It could be reused for the plugin. Sent from my Windows Phone -- From: ogondza Sent: 1/24/2013 7:32 PM To: jenkinsci-dev@googlegroups.com Subject: Re: How can I find my new plugin i

RE: Proof of Concept - Split Mailer Into Plugin

2012-11-27 Thread Alex Earl
I'll take a look, I was working on this, but had some major stuff come up at work. Sent from my Windows Phone From: oliver gondža Sent: 11/27/2012 7:57 AM To: jenkinsci-dev@googlegroups.com Subject: Re: Proof of Concept - Split Mailer Into Plugin Hi, Since no one seemed to work on this for last c

RE: C# plugins

2012-10-28 Thread Alex Earl
Looks like that does something similar to IKVM whicha allows loading Java from C#. Sent from my Windows Phone -- From: Andrew Gray Sent: 10/28/2012 1:48 AM To: Slide Cc: jenkinsci-dev@googlegroups.com Subject: Re: C# plugins Hi Alex, Not off the top of my head but I

RE: C# plugins

2012-10-27 Thread Alex Earl
I've though about doing something like this, I would love it for the fact that I am much more of a C# dev than Java, so it would open things up a bit more for me. Slide Sent from my Windows Phone -- From: Andrew Gray Sent: 10/27/2012 5:19 PM To: jenkinsci-dev@googlegro

Re: Grails builds marked as FAILED when tests do not pass

2012-10-24 Thread Alex
On Oct 23, 2:20 pm, Alex wrote: > Hi, there has been a longstanding ticket on JIRA relating to marking > of Grails builds as UNSTABLE instead of FAILED when there are failing > tests. > (http://jira.grails.org/browse/GRAILS-9481) I've fixed this and submitted a pull request.

Re: How should `Builder.perform()` behave for an unstable build?

2012-10-24 Thread Alex Anderson
On 24 October 2012 11:42, Sandell, Robert wrote: > From what I have understood is that build steps set SUCCESS or FAILURE and > post build steps (JUnit, Findbugs et.al) set SUCCESS or UNSTABLE > > You could try build.setResult(Result.UNSTABLE). That seems to make sense, so I now understand: a bu

How should `Builder.perform()` behave for an unstable build?

2012-10-24 Thread Alex
How should `Builder.perform()` behave for an unstable build? If I call `listener.finished(Result.UNSTABLE);` and then return `true`, I get a STABLE build and the following log: Finished: UNSTABLE Finished: SUCCESS Conversely if I call `listener.finished(Result.UNSTABLE);` and then return

Grails builds marked as FAILED when tests do not pass

2012-10-23 Thread Alex
en on github, so perhaps this is not the best way (https://github.com/jenkinsci/grails-plugin/pulls)) Thanks, Alex

RE: ERROR: Could not send email as a part of the post-build

2012-10-10 Thread Alex Earl
publishers. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1c166fd555b04cbc1c39d --e89a8ff1c166fd555b04cbc1c39d Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The exception is different from that issue. I can't debug an old version, so please up

RE: ScriptContentTest unit tests failing for ext-email - SLF4J and Ant class loading problems?

2012-09-28 Thread Alex Earl
Hmm, I haven't received the buildhive report yet. I'll take a look. Sent from my Windows Phone -- From: Harold Shinsato Sent: 9/28/2012 3:51 PM To: jenkinsci-dev@googlegroups.com Subject: Re: ScriptContentTest unit tests failing for ext-email - SLF4J and Ant class loadi

RE: First Attempt to Build Jenkins Fails

2012-08-25 Thread Alex Earl
Yes, I believe I filed something, but I don't have the ability to look it up right now. I think that there are no Windows slaves in the build farm to test on, so these things fall through the cracks. Sent from my Windows Phone -- From: Erik Molekamp Sent: 8/25/2012 2:11

RE: First Attempt to Build Jenkins Fails

2012-07-30 Thread Alex Earl
It has been this way for some time.. Sent from my Windows Phone -- From: Reginaldo Santos Sent: 7/30/2012 7:37 AM To: jenkinsci-dev@googlegroups.com Subject: First Attempt to Build Jenkins Fails My first attempt to build jenkins code has been failed. I'm using maven 3

RE: Getting Absolute Path of a Job

2012-07-15 Thread Alex Earl
Did you set the URL in the global config? Sent from my Windows Phone From: Jesse Glick Sent: 7/15/2012 8:17 AM To: jenkinsci-dev@googlegroups.com Subject: Re: Getting Absolute Path of a Job Slide wrote: > Jenkins.getInstance().getUrl() + build.getUrl() should work I think. Jenkins.getInstance().g

RE: Email with pmd | checkstyle

2012-06-05 Thread Alex Earl
I'm almost ready to release a new version that should allow access to importing everything correctly in groovy templates. Sent from my Windows Phone From: Ullrich Hafner Sent: 6/5/2012 1:59 AM To: jenkinsci-dev@googlegroups.com Cc: Michael Polinovskiy Subject: Re: Email with pmd | checkstyle Hope

RE: Mail resolver failures

2012-05-29 Thread Alex Earl
I assume you mean it _should_ swallow the error and continue? I'll look at the perforce and AD plugins and see if I can find anything. Is there anything I can do in the email-ext plugin? Sent from my Windows Phone From: Kohsuke Kawaguchi Sent: 5/29/2012 5:58 PM To: jenkinsci-dev@googlegroups.com C

Mail resolvers

2012-05-25 Thread Alex Earl
Based on several issues I've seen on email-ext it seems like it might be useful to provide a UI to enable/disable and/or configure priority for mail address resolvers. Has anyone else already started on something like this? Sent from my Windows Phone

RE: plugin installation exception, with NFS

2012-05-24 Thread Alex Earl
Did you file an issue on it? Sent from my Windows Phone From: Peter Carr Sent: 5/24/2012 7:02 AM To: jenkinsci-dev@googlegroups.com Subject: Re: plugin installation exception, with NFS I see this as a bug or feature request for jenkins. As an end user of the jenkins web application, I am not tr

RE: Hudson + Gerrit

2012-05-23 Thread Alex Earl
That version has quite a number of changes since the common base between Hudson and Jenkins. If you were using Jenkins we might be able to help a little better. Otherwise, you may want to post to the Hudson mailing list instead. Sent from my Windows Phone -- From: Migra

RE: Hudson + Gerrit

2012-05-23 Thread Alex Earl
What version of Hudson are you using? Sent from my Windows Phone -- From: MigrateFish Sent: 5/23/2012 7:22 PM To: jenkinsci-dev@googlegroups.com Subject: Hudson + Gerrit Hi, Anyone once used hudson to build. Hi, I am an user of hudson + gerrit. I want to trigge

Re: java.security.cert.CertificateExpiredException when running 'mvn hpi:run' (old update center cert)

2012-04-18 Thread Alex Butum
Its because the server certificate expired. Please see the following JIRA issue: https://issues.jenkins-ci.org/browse/JENKINS-13499 On Wednesday, 18 April 2012 20:58:46 UTC+3, Jan Ruzicka wrote: > > Got same Exception on server installation. > Is that a sign that some update center mirror is usi