Re: new contributors to windows-azure-storage-plugin and azure-slave-plugin

2016-08-18 Thread Slide
Done, they may need to accept the invitation on Github to be able to push, etc. On Thu, Aug 18, 2016 at 4:05 PM 'Martin Sawicki' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > Hello > > Could we please have the following two GitHub IDs added to the > contributors list for the

Re: Documentation to understand Jenkins' jelly-isms

2016-08-17 Thread Slide
I would highly recommend not using jelly at all. You can use Groovy to create your views and it is MUCH less painful and MUCH less error prone. You can look for Groovy views in the Jenkins source by looking on Github, typing t and then typing .groovy (some other groovy files are there, but many

Re: [icescrum-plugin] Can't release an update 401, no work around worked :'(

2016-08-08 Thread Slide
You have your settings.xml setup with your Jenkins username/password? (NOT github username/password) On Mon, Aug 8, 2016 at 10:04 AM Vincent Barrier wrote: > As Daniel Beck suggested, I changed to a newer parent POM version: 2.12 ( >

Re: Automate recommended plugin unittest run against latest Jenkins core

2016-08-05 Thread Slide
+1 to Mark's comments. On Fri, Aug 5, 2016 at 4:57 AM Mark Waite wrote: > Replies inline > > > On Fri, Aug 5, 2016 at 1:51 AM Manuel Jesús Recena Soto > wrote: > >> Hello Mark, >> >> In advance, thanks for your feedback. >> >> (replies inline) >> >>

Re: Automate recommended plugin unittest run against latest Jenkins core

2016-08-04 Thread Slide
With releases coming often, it is hard to test against the latest Jenkins when trying to deal with issues and so forth. Most maintainers just don't have the time to test against the latest release, the latest LTS and a few things in between. On Thu, Aug 4, 2016 at 12:23 AM ogondza

Re: Job parameters in Jenkins 2.X

2016-08-03 Thread Slide
You need to add "bbb" as a parameter to the job. Jenkins will now only pass thru parameters that are defined in the job that you are passing them to. On Wed, Aug 3, 2016 at 9:35 AM Nick Grealy wrote: > Hi all, > > This should be a simple question to answer... > > Before

In Review

2016-07-26 Thread Slide
Some issues that have already been resolved for months are being changed to In Review by Anonymous. Does anyone know why this is the case? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving

Re: Access to jenkins.ci.cloudbees.com

2016-07-23 Thread Slide
Nope, builds can only be kicked off by pushes or PR's. I think there is some discussion about this elsewhere on the mailing list. On Sat, Jul 23, 2016 at 7:16 PM David van Laatum wrote: > As the maintainer of the email-ext plugin should I be able to login to > here

Re: [plugin dev][Cloudbees build service] failed build due to usage of msbuild in pom in Jenkinsci repo

2016-07-21 Thread Slide
I believe the cloudbees Jenkins stuff doesn't allow changes from anyone outside the infra team. On Thu, Jul 21, 2016 at 1:25 AM wrote: > does anyone has an idea how to change the build template that is used? or > how to customize our pom to support it? > > > On Tuesday, July

Re: How to create custom Jenkins plugin for the .NET project ?

2016-06-24 Thread Slide
I use the MSBuild Community tasks to do this. I generate a GlobalVersion.cs file during the build which is included in my projects. This file contains common assembly attributes. You could even pass in git or other SCM revision information as a property to be included in the version. On Fri, Jun

Re: Asking for commit access on emailext-template-plugin

2016-06-20 Thread Slide
Sorry about that, I haven't had a chance to update the wiki yet. On Mon, Jun 20, 2016, 14:53 Mikael Gaunin <mgau...@gmail.com> wrote: > @slide thanks a lot for the 1.0 release! Awesome! > Small remark: the Version History is not up to date > > > Le mercredi 15 juin 2016 0

Re: Plugin site overhaul?

2016-06-18 Thread Slide
Why would you not get the solution published anywhere? While we do encourage people to fix issues in existing plugins or add features to existing plugins, we don't keep people from contributing. I'm saying this as a member of the hosting team that reviews plugin submissions. On Sat, Jun 18, 2016,

Re: Plugin site overhaul?

2016-06-17 Thread Slide
dev/GSoC/jenkinsci-dev/kNZMOsF_ueA/15BWeTdXDQAJ >>> >>> /B >>> >>> On Tue, Jun 14, 2016 at 10:43 PM, Gus Reiber <grei...@cloudbees.com> >>> wrote: >>> >>>> +1 to GitHub readme as well. Why put the same doc in 2 places. >&g

Re: SSH Plugin

2016-06-16 Thread Slide
day, June 16, 2016 at 6:50:43 PM UTC+5:30, slide wrote: > >> This really has nothing to do with Jenkins. You need to figure out your >> process from the command line, get it working from there and then put it >> into Jenkins. >> >> On Thu, Jun 16, 2016, 06:02 Ankur Si

Re: SSH Plugin

2016-06-16 Thread Slide
This really has nothing to do with Jenkins. You need to figure out your process from the command line, get it working from there and then put it into Jenkins. On Thu, Jun 16, 2016, 06:02 Ankur Singh wrote: > Exec cmd: scp -o UserKnownHostsFile=/dev/null -o

Re: SSH Plugin

2016-06-16 Thread Slide
; but can not procesws further. > please give a brief and clear idea. > > > Thanks in Advance > > On Thursday, June 16, 2016 at 5:28:59 PM UTC+5:30, slide wrote: > >> It really has nothing to do with Jenkins. You need to either make the >> commands you want to run a nopas

Re: SSH Plugin

2016-06-16 Thread Slide
ngh...@gmail.com> wrote: > how to bypass my password in jenkins > > On Thursday, June 16, 2016 at 5:03:27 PM UTC+5:30, slide wrote: > >> It looks to me like its getting hung up while waiting on the password for >> the jenkins user from the sudo command. >> >> O

Re: SSH Plugin

2016-06-16 Thread Slide
It looks to me like its getting hung up while waiting on the password for the jenkins user from the sudo command. On Thu, Jun 16, 2016 at 4:26 AM Ankur Singh wrote: > i need urgent help > > > On Thursday, June 16, 2016 at 2:23:13 PM UTC+5:30, Ankur Singh wrote: >> >> i

Re: Asking for commit access on emailext-template-plugin

2016-06-14 Thread Slide
My machine started acting up, I should have it fixed and do a release this week. On Tue, Jun 14, 2016 at 7:45 PM Mikael Gaunin <mgau...@gmail.com> wrote: > Do you meet any blocker with release? > > > Le vendredi 10 juin 2016 14:44:53 UTC+2, slide a écrit : > >> Yup,

Re: Plugin site overhaul?

2016-06-14 Thread Slide
+1 for the effort, ideally I'd like to see something that can pull information from the github README.md files and have people push updates to the descriptions that would be shown to their own plugin repositories. Perhaps some of the other information could be pulled from a metadata file that was

Re: Asking for commit access on emailext-template-plugin

2016-06-10 Thread Slide
Yup, working on it. On Fri, Jun 10, 2016 at 4:58 AM Mikael Gaunin <mgau...@gmail.com> wrote: > Thanks for the merge. > Can you release it please? > > > Le jeudi 9 juin 2016 18:01:50 UTC+2, slide a écrit : > >> I wasn't notified that the PR had been made. I'll rev

Re: Asking for commit access on emailext-template-plugin

2016-06-09 Thread Slide
I wasn't notified that the PR had been made. I'll review. On Thu, Jun 9, 2016 at 5:51 AM Mikael Gaunin wrote: > Hi there, > > Plugin: *emailext-template-plugin > * > Github ID / jenkins ID: mgaunin > > My PR is available

Re: IRC Commands for adding commiters not working?

2016-06-08 Thread Slide
They work for me, have him check his junk folder, or on github itself for the invite. On Wed, Jun 8, 2016 at 10:11 AM Gavin Mogan wrote: > Last night (for the second time) I tried to add my coworker to the > saucelabs commit list. > > 3:24 PM jenkins-admin: Make moizjv a

Re: email-ext

2016-06-01 Thread Slide
Laatum <da...@vanlaatum.id.au> wrote: > https://issues.jenkins-ci.org/secure/ViewProfile.jspa?name=davidvanlaatum > confirms it is davidvanlaatum > > > On Wednesday, June 1, 2016 at 12:42:01 AM UTC+9:30, slide wrote: > >> Do you have a Jenkins account (for

Re: email-ext

2016-05-31 Thread Slide
nday, May 30, 2016 at 5:00:24 AM UTC+9:30, slide wrote: >> >> Hi All, >> >> I've reached a point where I just don't really have the time to continue >> working on email-ext as much I would like. I am planning on putting it up >> for adoption on the wiki, b

email-ext

2016-05-29 Thread Slide
soon, I'll just put it up for adoption on the wiki. Thanks, slide -- 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-de

Re: Email-ext-hpi plugin upload issue

2016-05-24 Thread Slide
Is there a reason you didn't use the update center to install the plugin? It would take care of dependencies automatically. You'll have to give us a lot more information if you want help with your issue. Post screenshots of your config, etc. Also, check your spam folder. On Tue, May 24, 2016 at

Re: NullPointerException and DataBoundConstructor

2016-04-26 Thread Slide
DataBoundConstructor is called when the confguration screen is POSTed. XStream deserialization is done when the item is being loaded from disk. On Tue, Apr 26, 2016 at 5:43 AM Jens Keller wrote: > Hi Robert, > > I see...this makes sense, thanks a lot!! > > Currently I have a

Re: Failing injected tests for Jenkins plugin

2016-04-19 Thread Slide
Just as an FYI, no one probably looked at the issue because it wasn't assigned to anyone. Do you specifically need version 2.10 of the maven plugin for your compilation? If not, you can remove that as a dependency. You may also want to look at using the new 2.x parent pom version for plugins. On

Re: Plugin Hosting

2016-04-13 Thread Slide
Please file an issue at https://issues.jenkins-ci.org in the HOSTING project. On Wed, Apr 13, 2016 at 7:40 PM terma wrote: > Requesting access to Jenkins CI plugin repository > > Plugin name: github-pr-coverage-status > GitHub ID: terma > Existing GitHub repository: >

Re: Any takers for copy-to-slave plugin ownership

2016-04-12 Thread Slide
llow the procedure ? > > Vivek. > > On Tue, 12 Apr 2016 at 22:50 Slide <slide.o@gmail.com> wrote: > >> Can you please file an issue in the HOSTING project on >> https://issues.jenkins-ci.org? >> >> On Tue, Apr 12, 2016 at 10:09 AM Vivekanand S V <svvive

Re: Plugin dependencies automatically installed

2016-04-01 Thread Slide
FYI, I implemented this in https://github.com/jenkinsci/jenkins/pull/2209 On Thu, Mar 31, 2016 at 11:53 AM Jesse Glick wrote: > On Wed, Mar 30, 2016 at 10:54 PM, 'George Simpson' via Jenkins > Developers wrote: > > Does anyone know the

Re: Plugin dependencies automatically installed

2016-03-30 Thread Slide
5:29:46 AM UTC+11, Jesse Glick wrote: >> >>> On Wed, Mar 23, 2016 at 8:50 PM, Slide <slide...@gmail.com> wrote: >>> > The automatic dependency stuff only works if installing via the update >>> > center I believe. >>> >>> Or from `mvn hpi:ru

Re: Plugin dependencies automatically installed

2016-03-23 Thread Slide
The automatic dependency stuff only works if installing via the update center I believe. On Wed, Mar 23, 2016, 16:53 gsimpson via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > My plugin depends on the mailer plugin (set up as described here >

Re: Jenkins 2.0 initial setup plugin selection

2016-03-02 Thread Slide
Maybe this has been answered before, but does a "YES" in the spreadsheet mean it will be installed by default, or be in the recommended wizard? On Wed, Mar 2, 2016 at 12:21 PM Jesse Glick wrote: > On Tue, Mar 1, 2016 at 2:59 PM, Kohsuke Kawaguchi wrote:

Re: Jenkins 2.0 initial setup plugin selection

2016-03-01 Thread Slide
Comment inline On Tue, Mar 1, 2016 at 12:45 PM Kohsuke Kawaguchi wrote: > Take CVS plugin for example. When you are configuring a freestyle job, > there is the SCM section and you don't see CVS in there, which makes you > realize you need a plugin. So it has a clear point of

Re: Includ build history of another build in email?

2016-02-25 Thread Slide
I've done this using email-ext and a groovy template. It would allow you to use the Jenkins API to access the other build's information. On Thu, Feb 25, 2016 at 3:03 PM John Lussmyer wrote: > We have a large project that has 2 separate Jenkins builds. > The first is the

Re: Send email with Expiration date from Jenkins

2016-01-20 Thread Slide
Posting multiple times to multiple lists is not going to get your question answered sooner. The question is not a developer list question. On Wed, Jan 20, 2016, 02:23 Baptiste Mathus wrote: > Hi, wrong mailing list, please use >

Re: Re-doing the 2.0 branch

2016-01-19 Thread Slide
I got an email for a REALLY old issue this past week as well. Not a big deal unless you are involved in lots of issues I would guess. On Tue, Jan 19, 2016 at 9:15 AM Kanstantsin Shautsou < kanstantsin@gmail.com> wrote: > I.e. https://issues.jenkins-ci.org/browse/JENKINS-10629 > > On Tuesday,

Re: subclasses of Serialization

2015-12-23 Thread Slide
I disagree, it would be a pain to have to mark everything that could be serializable with the interface. It works quite well right now as is. On Tue, Dec 22, 2015, 12:39 Raquel Pau Fernández wrote: > Thanks Jesse for your feedback :-) > > I really appreciate your

Re: Plugin hosting requests in JIRA

2015-12-18 Thread Slide
+1 I think this improves the process a lot and cleans up the developers mailing list too On Fri, Dec 18, 2015 at 5:31 AM Daniel Beck wrote: > Hi everyone, > > I set up the HOSTING project in JIRA for plugin hosting requests and > processing them: >

Re: Request for hosting plugin: build-timestamp

2015-12-18 Thread Slide
There is another plugin which provides a BUILD_TIMESTAMP environment variable and allows some formatting. Zentimestamp or something like that. Could the functionality you are adding be added to that existing plugin? On Fri, Dec 18, 2015, 07:09 Hao Chen wrote: > If I recall

Re: Publish EZ-Templates plugin

2015-12-17 Thread Slide
I've seen it take up to 24 hours... On Thu, Dec 17, 2015 at 1:06 PM Marc Carter wrote: > Ok. I'll hold off on the Issues issue and see how it goes. > > ez-templates-1.1.1 has *still* not emerged into the update center! > > -- > You received this message because you are

Re: New plugin hosting request

2015-12-07 Thread Slide
You posted on a weekend, so please be patient. On Mon, Dec 7, 2015 at 1:04 AM Sanketh P B wrote: > Dear All, > > Any updates here? > > Thanks, > Sanketh > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To

Re: Workflow compat and parameters...

2015-11-28 Thread Slide
Isn't there a parameter action added? On Sat, Nov 28, 2015, 11:26 Andrew Bayer wrote: > I'm poking around at a few plugins to get them Workflow-compatible and > have found in at least one of them (groovy) that it's using AbstractBuild > to get the build variables,

Re: Deprecating the Jenkow-plugin?

2015-11-20 Thread Slide
+1 On Fri, Nov 20, 2015, 07:29 Baptiste Mathus wrote: > Hi, > > See https://wiki.jenkins-ci.org/display/JENKINS/Jenkow+Plugin > > I propose to deprecate this plugin for the following reasons: > >- His author added a comment stating: >The Jenkow plugin is not under

Re: Process for deleting plugins?

2015-11-13 Thread Slide
+1 it would definitely be nice to clean some up. On Fri, Nov 13, 2015 at 11:28 AM R. Tyler Croy wrote: > Do we have a process in place for deleting or otherwise archiving plugins? > I > was pointed to the Gitorious plugin >

Re: 2.0 proposal

2015-10-20 Thread Slide
+1 On Tue, Oct 20, 2015 at 2:40 PM Jesse Glick wrote: > On Tue, Oct 20, 2015 at 2:38 PM, Kohsuke Kawaguchi wrote: > > …this is relatively easily achievable by moving the transformed code > into a > > separate method so that bytecode index remain the

Re: Adopt-a-plugin!

2015-10-19 Thread Slide
How is https://wiki.jenkins-ci.org/display/JENKINS/SCP+plugin different from the Publish Over SCP Plugin? Maybe as part of this exercise, we should look at deprecating some of the plugins? On Mon, Oct 19, 2015 at 4:25 PM Daniel Beck wrote: > > On 19.10.2015, at 20:54, Daniel

Re: New token-macro release?

2015-10-17 Thread Slide
Thanks! On Sat, Oct 17, 2015, 08:30 Oleg Nenashev <o.v.nenas...@gmail.com> wrote: > Hi, > > I've released the new version and added changelogs to the plugin's Wiki > page. > > Best regards, > Oleg > > пятница, 16 октября 2015 г., 1:54:27 UTC+3 пользователь

Re: [2.0] Website rebump

2015-10-07 Thread Slide
participation. > When that happens, it becomes a lot harder to find help and support for > your own needs. > > ...so I stand by the statement growth is good. > And it is good for everyone. > > > > On Wed, Oct 7, 2015 at 8:05 AM, Slide <slide.o@gmail.com> wrote: >

Re: [2.0] Website rebump

2015-10-07 Thread Slide
Would the blog be available to anyone, or just CloudBees employees? On Wed, Oct 7, 2015 at 7:56 AM Daniel Beck wrote: > > On 07.10.2015, at 14:51, Christopher Simons < > christopherleesim...@gmail.com> wrote: > > >> We don't get site traffic until the site is good. > > > >

Re: [2.0] Website rebump

2015-10-07 Thread Slide
+1 On Wed, Oct 7, 2015 at 8:44 AM Daniel Beck <m...@beckweb.net> wrote: > > On 07.10.2015, at 17:05, Slide <slide.o@gmail.com> wrote: > > > Would the blog be available to anyone, or just CloudBees employees? > > It's the Jenkins community blog, so th

Re: Adopt-a-plugin!

2015-10-05 Thread Slide
+1 In addition, I'd like to work on additional plugins, so being aware of ones that need help would be great. On Mon, Oct 5, 2015, 08:05 Daniel Beck wrote: > Hi everyone, > > One problem that's been apparent for a while is that maintainers appear to > lose interest in their

Re: Jenkins Plugin Install Wizard - check out the progress (video) ...

2015-09-29 Thread Slide
I thought I saw workflow as one of the plugins that was a "recommended" plugin. If it wasn't there, then I misread and you can ignore me. On Tue, Sep 29, 2015 at 3:20 PM Daniel Beck <m...@beckweb.net> wrote: > > On 30.09.2015, at 00:03, Slide <slide.o@gmail.com>

Re: [ANN] Bad conduct investigation

2015-09-24 Thread Slide
Just out of curiosity, what are the possible outcomes of such an investigation? On Thu, Sep 24, 2015, 17:02 Kohsuke Kawaguchi wrote: > > We have received complaints from multiple people that the conduct of > Kanstantsin Shautsou (also known in the community as “KostyaSha”) has

Re: How to send email when SMTP is blocked?

2015-09-18 Thread Slide
Neither of the two main email plugins (Mailer or email-ext) supports anything outside of SMTP. It could possibly be made into an extension point though. On Fri, Sep 18, 2015 at 7:02 AM Tristan Carel wrote: > Hi, > > Google Compute Engine blocks outgoing SMTP connections.

Re: Revisiting bundled plugins

2015-09-17 Thread Slide
I second the idea that core should not depend on a plugin. This seems it would lead to lots of compatibility issues. Core should be self contained. On Thu, Sep 17, 2015, 09:53 Tom Fennelly wrote: > On Thursday, September 17, 2015 at 5:38:37 PM UTC+1, Jesse Glick wrote: >

Re: Revisiting bundled plugins

2015-08-28 Thread Slide
Wouldn't it be possible to have a war customizer that runs on the website to download a custom war with the plugins you want/need with dependency resolution? I remember some site doing this for eclipse some time ago and it worked very well. On Fri, Aug 28, 2015 at 4:42 PM James Nord

Re: Revisiting bundled plugins

2015-08-14 Thread Slide
I really doubt that someone new to Jenkins will want to try and use the workflow plugin. Getting a simple Maven or Free Style job setup is enough for most initial users. I would say that intermediate to expert users are the ones that you should be guiding to workflow. Workflow seems to complex for

Re: Request:Require Jenkins NSIS hpi file. Not able to Integrate NSIS with Jenkins

2015-08-12 Thread Slide
Can't you just run it from a batch command or shell command? On Tue, Aug 11, 2015 at 10:29 PM kavita gupta kavitagupta...@gmail.com wrote: Hi, We have tried to integrate NSIS with Jenkins, but not able to configure it. Can anybody having either hpi file for NSIS plugin or steps to configure

Re: Node offline reason

2015-07-20 Thread Slide
The component listed in the issue you mention is the slave-status-plugin. On Mon, Jul 20, 2015 at 12:02 PM patrickflec...@googlemail.com wrote: I would like to start working on the enhancement JENKINS-11648 https://issues.jenkins-ci.org/browse/JENKINS-11648. I have not found any matches in

Re: Jenkins UX

2015-07-18 Thread Slide
+1 for that style too! On Sat, Jul 18, 2015 at 4:54 PM Richard Bywater rich...@byh2o.com wrote: +1 for that style. On Sun, 19 Jul 2015 at 11:05 Daniel Beck m...@beckweb.net wrote: On 19.07.2015, at 00:55, Lucy Davies strawberryuto...@googlemail.com wrote: Maybe have a tab bar, but

Re: Email to developers causing buid failures

2015-06-16 Thread Slide
Yes, it should work for that I believe. On Tue, Jun 16, 2015, 10:36 Jerome Fouletier jerome.foulet...@gmail.com wrote: Hello, Ths SVN logins used in our infra may not be used to send email. That info is available either from a LDAP directory, or alternately could be managed manually.

Re: Can Jenkins Developers receive donations/payment for work?

2015-04-20 Thread Slide
People can already sponsor issues on https://freedomsponsors.org (there is a link on every issue in JIRA to sponsor the issue). So, there is some precedent for donations for work on plugins. On Mon, Apr 20, 2015 at 7:13 PM Nick Grealy nickgre...@gmail.com wrote: Hi all, I just had a quick

Token Macro plugin

2015-03-26 Thread Slide
I've done some work to move the Token Macro plugin to use Run instead of AbstractBuild for the workflow plugin stuff. Please take a look and comment on https://github.com/jenkinsci/token-macro-plugin/pull/16 -- You received this message because you are subscribed to the Google Groups Jenkins

Script Security Plugin Questions

2015-02-26 Thread Slide
, which is then replaced by the global configuration value. Will this cause issues with the Script Security Plugin? Thanks, slide -- 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: Jenkins UX

2015-02-20 Thread Slide
I completely agree with the configuration page stuff. Email-ext has so many options these days that whenever someone wants a new feature, I cry a little thinking about how its going to make the UI more of a mess. I'm definitely open to any ideas people have on improving it, but it would be nice to

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-13 Thread Slide
...@gmail.com wrote: Correct I am trying to send error.txt, But which is the workspace location, many people said its /var/lib/jenkins/jobs, so am putting there, is it a different one? On Monday, 12 January 2015 20:36:56 UTC+5:30, slide wrote: Is error.txt what you are trying to attach? If so

Re: How to $TOKENS vars in a textbox in a plugin

2015-01-13 Thread Slide
Yes, I use the token-macro plugin extensively in email-ext. On Tue Jan 13 2015 at 1:50:45 AM Daniel Anechitoaie daniels0...@gmail.com wrote: Perfect, Thank you. I think the extended emails plugin does the same. On 12 Jan 2015, at 23:39, Slide slide.o@gmail.com wrote: The best idea

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Slide
OK, please enable debug mode in the global configuration for email-ext, it should add some info about attachments. On Sun, Jan 11, 2015, 23:01 Rakesh Manoharan rakesh...@gmail.com wrote: Thanks, but that also didn't work :( On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote: Please

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Slide
In the global configuration there is a check box to enable debug mode On Mon, Jan 12, 2015, 07:54 Rakesh Manoharan rakesh...@gmail.com wrote: It would be great, if you can tell me how can I enable debug in that plugin? On Monday, 12 January 2015 19:55:29 UTC+5:30, slide wrote: OK, please

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Slide
:30, slide wrote: In the global configuration there is a check box to enable debug mode On Mon, Jan 12, 2015, 07:54 Rakesh Manoharan rake...@gmail.com wrote: It would be great, if you can tell me how can I enable debug in that plugin? On Monday, 12 January 2015 19:55:29 UTC+5:30, slide wrote

Re: How to $TOKENS vars in a textbox in a plugin

2015-01-12 Thread Slide
The best idea is to depend on the token-macro plugin and then use the methods in there to parse the text. On Mon Jan 12 2015 at 2:15:59 PM Daniel Anechitoaie daniels0...@gmail.com wrote: Hi. I have a plugin that has a textbox. How can I parse the contents of that textbox for vars and tokens.

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-09 Thread Slide
Please remove the quotes from the pattern and see if that works. On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rakesh...@gmail.com wrote: Sorry about that, please find the attached config file. On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote: Perhaps you could supply your

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-08 Thread Slide
:30:18 UTC+5:30, slide wrote: You just need to put the pattern into the textbox, nothing else. **/*.log.gz should be all you need On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan rake...@gmail.com wrote: I am trying to give the following ant pattern for attachments in editable email

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-07 Thread Slide
You just need to put the pattern into the textbox, nothing else. **/*.log.gz should be all you need On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan rakesh...@gmail.com wrote: I am trying to give the following ant pattern for attachments in editable email notification plugin. I believe my

Re: Jenkins icons for Disabled and Aborted job status plugin

2014-12-16 Thread Slide
Why do you prefer not to merge it with Green Balls? If the plugins basically have the same root, I think it would be better to merge into an existing plugin rather than creating a new one. On Tue Dec 16 2014 at 11:09:00 AM Rocky Stone rstone.m...@gmail.com wrote: Hi Jenkins Devs, I would like

Re: mstestplugin : bug fix: Request to accept path and release new version

2014-11-17 Thread Slide
The best way to do this would be to fork the repo on Github, make the changes in your fork and submit a pull request. It makes it MUCH easier to review changes. On Mon Nov 17 2014 at 3:42:53 PM Suresh Nallamilli sureshi...@gmail.com wrote: Hi Are there any active maintainers for

Re: Request for new Jenkins mark usage

2014-11-05 Thread Slide
This is completely off of what you are looking for, but I couldn't resist, in the case of Microsoft, it would be Microsoft Jenkins Cloud Cluster Enterprise Framework 4.5 On Wed Nov 05 2014 at 11:57:50 AM nicolas de loof nicolas.del...@gmail.com wrote: I won't comment on this topic as being a

Re: We must handle security advisories better

2014-10-07 Thread Slide
The big issue I've seen is when there are security issues with plugins, the plugin developer is not brought into the mix quickly enough, or at all and the person who files the issue gets tired of waiting for the issue to be fixed and just files a normal issue. Something needs to be done to involve

Re: email-ext option suggestion

2014-10-01 Thread Slide
Sending email to ... step. So thought of check with you. On Wednesday, 1 October 2014 00:46:48 UTC+8, slide wrote: No, I don't think I'll do this. The best thing to do if you want to bypass the mail address resolution through all the address resolvers is to add an email address to the user

Re: Build variables not expanding on OSX

2014-09-08 Thread Slide
Is it really ${VariableName), if so you have a parwntheses instead of a curly brace. On Sep 8, 2014 6:35 AM, Luke Watson luwatso...@gmail.com wrote: Hey everyone, I've got a plugin for jenkins version 1.578. Its a modified version of the TFS plugin for jenkins. I made some changes to the

Re: typo in wiki

2014-08-29 Thread Slide
The great thing about wiki's is that you can edit the page and fix it! Hooray for open source! On Fri, Aug 29, 2014 at 7:02 AM, Ivan Kanis ivan.ka...@myscript.com wrote: Hello, There is a typo in the wiki: https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins On the debugging

Re: Updates to plugin code without consulting maintainers

2014-08-26 Thread Slide
you let me know what you want. Sorry again !! On Monday, August 25, 2014 10:21:27 PM UTC+1, slide wrote: There have been a couple times recently where someone from Cloudbees has made changes to email-ext without consulting with me as the maintainer of email-ext. Just recently tfennelly made

Updates to plugin code without consulting maintainers

2014-08-25 Thread Slide
There have been a couple times recently where someone from Cloudbees has made changes to email-ext without consulting with me as the maintainer of email-ext. Just recently tfennelly made a change to the parent pom version with no consultation. I consider this to be unacceptable. Any changes to

Re: Updates to plugin code without consulting maintainers

2014-08-25 Thread Slide
After looking at it again (I was only looking at the CI job that was failing) I notice that the work is being done in a separate branch. I would still prefer that any work be done in someone's own fork and pull requests created for any desired updates. On Mon, Aug 25, 2014 at 2:21 PM, Slide

Re: Token Macro expansion doesn't seem to be supported in job parameters

2014-08-22 Thread Slide
2014 08:40:35 -0700 Slide slide.o@gmail.com wrote: I don't think that the token macro stuff should be integrated into the core. There are other ways of generating parameter values to pass along, I believe the EnvInject plugin is the way to go. Integrating Token Macro into core

Re: Script Security plugin

2014-08-18 Thread Slide
Ok, I'll have to wait to implement this until that ability is there. I'm currently working on adding support for the classpath as requested by users. On Mon, Aug 18, 2014 at 10:11 AM, Jesse Glick jgl...@cloudbees.com wrote: On Sun, Aug 17, 2014 at 7:36 PM, Slide slide.o@gmail.com wrote

Re: Script Security plugin

2014-08-17 Thread Slide
Does it allow usage with scripts in a class path? That is one of the requests for email-ext (presend scripts support classpath), so if it doesn't support that, then it won't be as useful. On Aug 17, 2014 4:33 PM, Daniel Beck m...@beckweb.net wrote: No plugin adopted this so far according to the

Re: Reading from Messages.properties file

2014-08-15 Thread Slide
from experts on this. Thanks. On Tuesday, 12 August 2014 15:35:17 UTC-7, Jesse Glick wrote: On Tue, Aug 12, 2014 at 6:16 PM, Slide slide...@gmail.com wrote: I've never had to do anything like that for netbeans. Nor I. Do you have the Jenkins plugin installed? Not sure if that makes

Re: Reading from Messages.properties file

2014-08-12 Thread Slide
I've never had to do anything like that for netbeans. Do you have the Jenkins plugin installed? Not sure if that makes a difference, but it might. The files get generated and compiled automatically for me. On Tue, Aug 12, 2014 at 3:08 PM, Karthik V S karthik.tec...@gmail.com wrote: Can anyone

Re: Jenkins plugins dev environment

2014-08-11 Thread Slide
By the way, Netbeans wouldn't let me install the 7.4 plugin into 8.0. I had to build the sources myself and install from my local disk. On Mon, Aug 11, 2014 at 6:23 AM, Jesse Glick jgl...@cloudbees.com wrote: On Mon, Aug 11, 2014 at 2:43 AM, Hiteswar hits...@gmail.com wrote: - Ubuntu 10.04

Re: UI Suggestion

2014-07-31 Thread Slide
-1 from me. I like the current behavior and since you can add the line numbers as a plugin, why make it part of core? I also like seeing only partial console logs since my build logs can get quite large. On Jul 31, 2014 6:51 AM, Andrew Gray andrew.paul.g...@gmail.com wrote: Hi All, I have two

Re: How long should plugins support previous releases?

2014-07-30 Thread Slide
For email-ext, I generally move it to the latest LTS and run all the tests and then do a release after I've discovered all the things that changed in core that I need to update for :-) I am not sure there is a good way to assess that yourself, you could release a beta version to the update center

Re: how to convert persisted data from old plugin to new one??

2014-07-29 Thread Slide
This page, [1], has some good tips. slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/Hint+on+retaining+backward+compatibility On Tue, Jul 29, 2014 at 5:30 AM, addict@gmail.com wrote: Hi, everyone. Could you please advice me what to do at the following case: I have one JobProperty

Re: Host new plugin - commit access

2014-07-17 Thread Slide
. *From:* jenkinsci-dev@googlegroups.com [mailto: jenkinsci-dev@googlegroups.com] *On Behalf Of *Slide *Sent:* Wednesday, July 16, 2014 10:43 PM *To:* Jenkins Developer List *Subject:* Re: Host new plugin - commit access Added as https://github.com/jenkinsci/vmanager-plugin, you have commit

Re: Host new plugin - commit access

2014-07-16 Thread Slide
Do you have a repo it can be cloned from into the jenkins org? On Wed, Jul 16, 2014 at 10:26 AM, Tal Yanai t...@yanai.org.il wrote: Hi, I would like to get a commit access to add a new Plugin. The GitHub plugin name is vManager-Plugin-Jenkins The GitHub personal name is tyanai Thanks,

Re: Host new plugin - commit access

2014-07-16 Thread Slide
Yes, what is the URL? On Wed, Jul 16, 2014 at 10:33 AM, Tal Yanai t...@yanai.org.il wrote: vManager-Plugin-Jenkins is the repo name *From:* jenkinsci-dev@googlegroups.com [mailto: jenkinsci-dev@googlegroups.com] *On Behalf Of *Slide *Sent:* Wednesday, July 16, 2014 8:33 PM

Re: Host new plugin - commit access

2014-07-16 Thread Slide
Added as https://github.com/jenkinsci/vmanager-plugin, you have commit access. slide On Wed, Jul 16, 2014 at 10:45 AM, Tal Yanai t...@yanai.org.il wrote: g...@github.com:tyanai/vManager-Plugin-Jenkins.git Still empty btw, I didn’t uploaded it in yet. *From:* jenkinsci-dev

<    1   2   3   4   5   6   >