Re: Another "can't release plugin" thread

2018-04-13 Thread Slide
, 2018 at 12:38 PM Slide <slide.o@gmail.com> wrote: > Just to be clear, you did -Dusername= -Dpassword= > correct? > > On Fri, Apr 13, 2018 at 12:34 PM Emory Penney <treadston...@gmail.com> > wrote: > >> I know there are a bunch of threads on this but I

Re: Another "can't release plugin" thread

2018-04-13 Thread Slide
Just to be clear, you did -Dusername= -Dpassword= correct? On Fri, Apr 13, 2018 at 12:34 PM Emory Penney wrote: > I know there are a bunch of threads on this but I haven't found any > feedback in any of the existing threads that helped me resolve this at > all. Releases

Re: Heads up! Jenkins is on YouTube, with more videos coming soon!

2018-04-10 Thread Slide
This is great, thanks for doing this! On Tue, Apr 10, 2018 at 7:01 PM R. Tyler Croy wrote: > > The Jenkins project has been on YouTube for a while, but I recently > transitioned our channel to a "Brand Account", which means we can share > permissions to post videos _much_

Re: jep-200 issue

2018-04-10 Thread Slide
Why are you skipping the enforcer? On Tue, Apr 10, 2018 at 8:30 AM Eugen Horovitz < eugen.horov...@whitesourcesoftware.com> wrote: > Hi Jesse , > > I did all the changes and still got the same errors.. > I am probably still missing some important stuff... I am newbie in > jenkins plugin

validating-string-parameter-plugin PR's

2018-04-10 Thread Slide
Based on the comments to a PR I created to fix the build of the validating-string-parameter-plugin, it looks like there is no maintainer [1]. I would like to take temporary maintainership to get some of the PR's merged and get the plugin into a better state. The only person in the repository

Re: Taking over maintenance for fitnesse plugin

2018-03-26 Thread Slide
Michaël, Please file a PR against https://github.com/jenkins-infra/repository-permissions-updater/blob/master/permissions/plugin-fitnesse.yml adding your Jenkins username to the list (NOT Github). Be sure to follow the steps in the PR template and reference this email chain for sign-off purposes.

Re: change assembly version plugin

2018-03-04 Thread Slide
a committer on the plugin Alex. > > You know the process better than anyone else to be able to release ;-). > > Cheers > > 2018-02-28 21:50 GMT+01:00 Slide <slide.o@gmail.com>: > >> lkobus replied to me directly that it was ok: >> >> "Hi Slide, I'm okay with

Re: change assembly version plugin

2018-02-28 Thread Slide
lkobus replied to me directly that it was ok: "Hi Slide, I'm okay with that, Last years I've been full at some projects and could take over the merges. Regards. " Not sure if that works for everyone, I vouch for myself though :-) On Tue, Feb 27, 2018 at 8:12 AM Oleg Nenashev

Re: Request permission to release PRs to `cvs` plugin

2018-02-28 Thread Slide
+1 On Wed, Feb 28, 2018 at 11:30 AM Jesse Glick wrote: > I would like to request GitHub & Artifactory permissions for the `cvs` > plugin to do an emergency release. Currently it is vulnerable to a > JEP-200 regression and there has been no comment from maintainers. (It >

Re: change assembly version plugin

2018-02-27 Thread Slide
nenas...@gmail.com>: > >> +1 from me. >> Let me know if you need any help with reviews. >> >> вторник, 13 февраля 2018 г., 22:12:06 UTC+1 пользователь slide написал: >>> >>> Hello, >>> >>> I would like to take over maintaining the c

Re: Request temporary release permission for JUnit Attachments

2018-02-16 Thread Slide
+1 from me, just a reminder that you need to get added to the repository permissions update files for the plugin On Fri, Feb 16, 2018 at 7:29 AM Christopher Orr wrote: > Sure, go for it! > > > On Fri, 16 Feb 2018, at 15:28, Jesse Glick wrote: > >

change assembly version plugin

2018-02-13 Thread Slide
Hello, I would like to take over maintaining the change assembly version plugin for Jenkins. I have CC'd lkobus who is the current maintainer to ask for permission to take over the plugin. There are several PR's that people would like merged and I am willing to take over and maintain the plugin

Re: Releasing CppNCSS plugin with JEP-200 compatibility fixes

2018-02-01 Thread slide
+1 for sure On Wednesday, January 31, 2018 at 12:30:25 AM UTC-7, Oleg Nenashev wrote: > > Hi all, > > I want to release the new version of CppNCSS > plugin with a fix, which makes the > plugin compatible with JEP-200 and resolves some other issues reported

Re: Plugin hosting request: Docker Swarm plugin

2018-01-31 Thread Slide
Please create a task in the HOSTING project on https://issues.jenkins-ci.org to have this hosted in the Jenkins infrastructure. On Wed, Jan 31, 2018 at 8:01 AM Surya Gaddipati wrote: > > repo: https://github.com/suryagaddipati/jenkins-docker-swarm-plugin > > I know

Re: Temporary ownership request for Project Description Setter Plugin

2018-01-16 Thread Slide
I've been meaning to write a JEP for deprecating plugins for various reasons (against code of conduct, replaced by newer plugins, security issues, etc), but haven't had the time, perhaps I'll look at it again. On Tue, Jan 16, 2018 at 12:16 AM Oleg Nenashev wrote: > I

Re: Temporary ownership request for Project Description Setter Plugin

2018-01-12 Thread Slide
Sounds awesome, thanks for taking on the responsibility for this! Alex On Fri, Jan 12, 2018 at 2:55 PM Mark Waite wrote: > That's great for me. > > Mark Waite > > On Fri, Jan 12, 2018 at 2:51 PM Oleg Nenashev > wrote: > >> Hi all, >> >> We

Re: how do you change the default assignee / ower of a plugin's component in jira ?

2018-01-12 Thread Slide
This is done via the jenkins-admin bot on IRC, so if you join there (or just speak up if you are already there) it will be easiest. On Fri, Jan 12, 2018 at 12:50 PM Gabe Montero wrote: > I promise I've been hunting in the various wiki's etc. for about 30 > minutes, > as

Re: Coexistence of two equal plugins

2017-11-28 Thread Slide
Please don't double post. On Tue, Nov 28, 2017, 16:50 Virginia Mesa wrote: > Hi, I modified a Jenkins plugin in which there was a drop-down and I > wanted a textbox. Once modified, my idea was to upload this version of > plugin and at the same time keep the previous one

Re: Migrating plugin configuration when installing updating plugin

2017-09-20 Thread Slide
If you are looking to "upgrade" settings, the best way to do it is via the readResolve. You can see information about it here: https://wiki.jenkins.io/display/JENKINS/Hint+on+retaining+backward+compatibility On Wed, Sep 20, 2017 at 3:44 PM Antonio Osorio wrote: >

Re: Start in creating a new plugin

2017-09-17 Thread Slide
If you haven't executed maven before, then the .m2 directory probably won't exist. You can create the .m2 directory in the %USERPROFILE% directory, %USERPROFILE% is a variable, you can put it into Windows Explorer or the command line and it will resolve to the correct location (e.g., in the

Re: Can new jenkins plugin use gitrepo other than jenkinsci?

2017-09-12 Thread Slide
It must be hosted in the jenkinsci org in order for it to be part of the default plugin manager. On Tue, Sep 12, 2017 at 1:26 PM Chenghao Shi wrote: > Hi All, From https://wiki.jenkins.io/display/JENKINS/Hosting+Plugins I > would like to confirm one thing that if a new

Re: Updating Pipeline Code - Advice request

2017-09-09 Thread Slide
I've found that the easiest entry to pipeline is implementing SimpleBuildStep and overriding the perform method that doesn't has a void return. You'll have to make sure you change things to use Run Instead of something like AbstractBuild. If you haven't already, it would be beneficial to add a

Re: How to edit plugin information page on https://plugins.jenkins.io

2017-09-07 Thread Slide
ut - how do > I set connection between a wiki page and a plugin? > (ie, how the system knows which wiki page belongs to which plugins?) > > > > 2017-09-07 16:27 GMT+02:00 Slide <slide.o@gmail.com>: > >> The plugins.jenkins.io site uses the wiki content as the basi

Re: How to edit plugin information page on https://plugins.jenkins.io

2017-09-07 Thread Slide
The plugins.jenkins.io site uses the wiki content as the basis for the content for a plugin. So, to update the content on plugins.jenkins.io, you need to edit the wiki page. On Thu, Sep 7, 2017 at 7:22 AM Tomasz Jurkiewicz wrote: > Hi, > > I searched the mailing

Re: release of new version of a plugin already built by ci.jenkins.io

2017-09-07 Thread Slide
The versions built in the ci infra are SNAPSHOT versions and there is no tagging done for the release. The release:prepare and release:perform do several additional steps for a release that are not done in a normal build. On Thu, Sep 7, 2017, 04:51 Thomas Max wrote:

Re: release of new version of a plugin already built by ci.jenkins.io

2017-09-06 Thread Slide
Hi Thomas, For the plugin to be available in the plugin manager, you need to use the release procedure described on the wiki. This uploads the plugin file to the Jenkins infrastructure so that it can be downloaded by the plugin manager. Regards, Aled On Wed, Sep 6, 2017, 03:05 Thomas Max

Re: About the plugin stats

2017-09-05 Thread Slide
I think you want to look here: http://stats.jenkins.io/pluginversions/mstest.html slide On Tue, Sep 5, 2017 at 12:33 PM Ivo Bellin Salarin < ivo.bellinsala...@gmail.com> wrote: > Hi all, > > I have seen the page > http://stats.jenkins.io/plugin-installation-trend

Re: Is it compulsory to use a parent pom >= 2.0 to use ci.jenkins.io?

2017-08-29 Thread Slide
The parent version in the pom must be > 2.0 (and should be at least 2.32 in practice). This does NOT mean that your plugin requires that version of Jenkins. The parent pom version and Jenkins version were decoupled. You can specify a minimum version of Jenkins that your plugin supports via the

Re: Putting some plug-ins up for adoption

2017-08-22 Thread Slide
Do you mean the plugins are "now" up for adoption? On Tue, Aug 22, 2017 at 4:41 PM 'Bruno P. Kinoshita' via Jenkins Developers wrote: > Hi, > > Not using these plug-ins at the moment, and haven't had time to maintain > them lately. The following plug-ins are not

Re: publish-over-X plugins

2017-08-03 Thread Slide
Thanks for getting back, I'll file the necessary PR's for the permissions repo. On Thu, Aug 3, 2017 at 3:52 PM Bap <bap-jenk...@bapit.co.uk> wrote: > On 01/08/17 17:14, Slide wrote: > > I would like to take over maintaining the publish-over plugins > > (publish-over-plug

Re: publish-over-X plugins

2017-08-01 Thread Slide
on the others anyway. On Tue, Aug 1, 2017 at 12:21 PM Jesse Glick <jgl...@cloudbees.com> wrote: > On Tue, Aug 1, 2017 at 12:14 PM, Slide <slide.o@gmail.com> wrote: > > I would like to take over maintaining the publish-over plugins > > (publish-over-plugin, publish-ove

publish-over-X plugins

2017-08-01 Thread Slide
I would like to take over maintaining the publish-over plugins (publish-over-plugin, publish-over-cifs-plugin, publish-over-ssh-plugin, publish-over-ftp-plugin) to bring them up to pipeline compatibility. I've tried contacting bap with the email address (and CC'd him here), but haven't received a

Re: Completely minor, but diction is important....

2017-07-13 Thread Slide
Hah, I created a PR to my own repo...it's been a long day. Will create a real PR soon. On Thu, Jul 13, 2017 at 9:40 AM Slide <slide.o@gmail.com> wrote: > See https://github.com/slide/conditional-buildstep-plugin/pull/1 > > On Thu, Jul 13, 2017 at 9:33 AM Oleg Nenashev <o.v.

Re: Completely minor, but diction is important....

2017-07-13 Thread Slide
See https://github.com/slide/conditional-buildstep-plugin/pull/1 On Thu, Jul 13, 2017 at 9:33 AM Oleg Nenashev <o.v.nenas...@gmail.com> wrote: > Hi, > > Could you please create a bug in Jenkins JIRA to the Conditional BuildStep > plugin? > > Thanks in advance, > > ч

Re: Trying to support pipeline, can't read env vars or build result.

2017-07-11 Thread Slide
If the result is null, then you can consider it to be success. On Tue, Jul 11, 2017 at 7:54 AM Prabhas Gupte wrote: > Hi, > I am completely new to Jenkins plugin development, and have no prior > experience with this. > > I have a post-build action, which I am trying to

Re: So I guess it's time to leave Google Groups

2017-06-01 Thread Slide
the other groups. >>>> >>>> On Saturday, May 20, 2017 at 1:40:08 PM UTC-7, Baptiste Mathus wrote: >>>>> >>>>> Well imo this is and won't be an issue anymore now we've switched to >>>>> first poster moderation, rejec

Re: Subversion plugin quality

2017-05-25 Thread Slide
Jesse Glick <jgl...@cloudbees.com> wrote: > On Thu, May 25, 2017 at 12:00 PM, Slide <slide.o@gmail.com> wrote: > > Would JavaHL be a solution that could cut down on the amount of parsing > > that would need to be done by the plugin? > > Sounds like even mor

Re: Subversion plugin quality

2017-05-25 Thread Slide
I'd like to help triage these as well, the subversion plugin was on my priority list for the Bug Triage Team since it was second only to core in terms of open issues. Would JavaHL [1] be a solution that could cut down on the amount of parsing that would need to be done by the plugin? It would

Re: So I guess it's time to leave Google Groups

2017-05-20 Thread Slide
Groups.io allows subgroups as well. You could have plugin-...@jenkins.groups.io, u...@jenkins.groups.io, etc. On Sat, May 20, 2017, 09:19 Gavin Mogan wrote: > One advantage of something like discourse is splitting things up into sub > topics > * Jenkins Usage > * Plugin

Re: So I guess it's time to leave Google Groups

2017-05-13 Thread Slide
I haven't looked at groups.io much, is moderation needed? If so, I would recommend turning it on at the get go. On Fri, May 12, 2017, 17:16 Owen Mehegan wrote: > Moving one group might be wisest. > > I won't promise that groups.io will solve all our problems, but my >

Re: The value 'file-operations-plugin' does not exist for the field 'component'.

2017-05-03 Thread Slide
I created the file-operations-component in JIRA. On Wed, May 3, 2017 at 7:54 PM suresh kumar wrote: > Hi, > In issues list trying to resolve the component 'file-operations-plugin', > but it is not exist. Is that possible to create the component now. > > Thanks, > Suresh >

Re: Regarding the recent waves of mailing list spam

2017-04-17 Thread Slide
, there would be minimal lag in posting. I'm in >> PST. >> >> On Mon, Apr 17, 2017 at 10:35 AM, Slide <slide.o@gmail.com> wrote: >> >>> +1 for me as well. I would definitely be willing to help out. >>> >>> On Mon, Apr 17, 2017 at 10:26 AM M

Re: Regarding the recent waves of mailing list spam

2017-04-17 Thread Slide
+1 for me as well. I would definitely be willing to help out. On Mon, Apr 17, 2017 at 10:26 AM Mark Waite wrote: > How much time do you think would be required per week for an active > moderator, assuming we could enlist 5+ active moderators? > > I'm interested, so

Re: Bug Triage "Team"

2017-04-11 Thread Slide
ikely dedicate more time to review other > components (would prefer to do bugfixing in core/remoting), but at least I > am ready to keep working on the current stuff. > > BR, Oleg > > 2017-04-11 10:07 GMT+02:00 Daniel Beck <m...@beckweb.net>: > > > > On 10.04.2017, at

Re: Bug Triage "Team"

2017-04-10 Thread Slide
ly > benefit from any kind of a triaging team IFF we find people, who are ready > to consistently dedicate time to it > > вторник, 24 января 2017 г., 23:33:21 UTC+1 пользователь slide написал: > > Sure, that shouldn't be a problem > > On Tue, Jan 24, 2017 at 3:07 PM Ullri

Re: Support for NUnit3 in the NUnit Plugin

2017-03-01 Thread Slide
I solved this differently, I was able to put the XSLT from Paul Hicks into the same XSLT that is currently being used (because of the way the current file works with iteration instead of templates). I need to do some testing and then I can get a release out. On Wed, Mar 1, 2017 at 8:52 AM Rob

Re: Prevent plugin from update version

2017-02-28 Thread Slide
Ah, I understand now. I think you should just submit a new commit. On Tue, Feb 28, 2017 at 10:10 AM <artiom.pet...@whitesourcesoftware.com> wrote: > I need to make minor refactoring that wasn't made in the last commit. > > > On Tuesday, February 28, 2017 at 7:06:40 PM UTC+2, sl

Re: Prevent plugin from update version

2017-02-28 Thread Slide
Why would you not want the plugin version to be updated? New changes should have a new version associated. On Tue, Feb 28, 2017 at 9:48 AM wrote: > Hi all, I made a commit >

Re: Is it possible to configure job at https://jenkins.ci.cloudbees.com/job/plugins/ to use java 8?

2017-02-21 Thread Slide
There is a plan to upgrade to Java 8, but there will still be some time until most people upgrade to that version of Jenkins (and it becomes an LTS, etc). On Tue, Feb 21, 2017 at 4:51 PM Patrick Huang wrote: > Thanks guys. It seems creating job on ci.jenkins.io is

Re: Put NUnit Plug-in up for adoption

2017-02-16 Thread Slide
Since you are the current maintainer, I'll take that as a blessing to do it :-) Thanks! On Thu, Feb 16, 2017 at 2:21 PM 'Bruno P. Kinoshita' via Jenkins Developers <jenkinsci-dev@googlegroups.com> wrote: > +1 > > Bruno > > > > > _____

Re: Put NUnit Plug-in up for adoption

2017-02-16 Thread slide
I would like to take up ownership of this plugin, if no one objects I can change the default assignee and submit the PR for the repo permissions. Thanks, Alex On Wednesday, January 18, 2017 at 12:25:47 PM UTC-7, kinow wrote: > > Hi, > > There was a few requests lately for me to fix an issue in

Re: Email-ext plugin conflicting with token-macro plugin

2017-02-16 Thread Slide
Did you install via the plugin manager? If so, then the correct version of token macro should have been installed. If not, then you need to check the pom file for email-ext and determine from there what version is needed for each dependency. On Thu, Feb 16, 2017, 09:01 Pino Alu

Re: Windows builds/tests for core disabled

2017-02-12 Thread Slide
get us > back to green, then take more time to possibly fix them more > thoroughly/durably. > > 2017-02-12 17:30 GMT+01:00 Slide <slide.o@gmail.com>: > > I've made some progress on this. We started at about 60 something tests > failing and we're now down to about 15 te

Re: Windows builds/tests for core disabled

2017-02-12 Thread Slide
8, 2017, 14:13 Daniel Beck <m...@beckweb.net> wrote: > > > On 08.02.2017, at 21:58, Slide <slide.o@gmail.com> wrote: > > > > It doesn't look like it did, I only see a Linux build happening see > [1]. I don't think I have direct commit rights on jenki

Re: Need admin rights for this plugin which I have developed.

2017-02-11 Thread Slide
Even more preferred is to file a request under the hosting project at https://issues.jenkins-ci.org. On Sat, Feb 11, 2017, 01:37 Gavin Mogan wrote: > As far as I know admin rights are not given to jenkins repos. > > You request changes through the irc bot - >

Re: Windows builds/tests for core disabled

2017-02-08 Thread Slide
es inline) > > On Tue, 07 Feb 2017, Slide wrote: > > > I thought the Jenkinsfile wasn't picked up from anything but master. If I > > am mistaken, I'll gladly do that. > > > That depends on whether you are able to commit to the repository or not. > As a > committer,

Re: Windows builds/tests for core disabled

2017-02-07 Thread Slide
I thought the Jenkinsfile wasn't picked up from anything but master. If I am mistaken, I'll gladly do that. On Tue, Feb 7, 2017, 13:42 Jesse Glick <jgl...@cloudbees.com> wrote: > On Tue, Feb 7, 2017 at 3:06 PM, Slide <slide.o@gmail.com> wrote: > > I was wondering if

Re: Windows builds/tests for core disabled

2017-02-07 Thread Slide
Most of the failures are due to tests assuming \n as the line ending if I remember. I was wondering if there was a log or CI available for someone to look at. I know it was up on ci.j.io, but doubt that many bills are kept that it would still be there. On Tue, Feb 7, 2017, 09:17 Jesse Glick

Re: Is there any docker plugin which does not save credentials in the slave machine for docker image push

2017-02-07 Thread Slide
Please don't double post to the lists. You already emailed the users group, which is the correct group. On Mon, Feb 6, 2017, 23:18 AYUSH SAHU wrote: > Hi, > > I don't want to save credentials inside docker.cfg or .docker/config.json > in the jenkins slave for docker push. >

Re: Windows builds/tests for core disabled

2017-02-06 Thread Slide
(replies inline) On Mon, Feb 6, 2017 at 10:11 AM R. Tyler Croy <ty...@monkeypox.org> wrote: > (replies inline) > > On Sun, 05 Feb 2017, Slide wrote: > > > I won't be at the hackathon, but I'll take a look. Some of the tests were > > written without any windows con

Re: Windows builds/tests for core disabled

2017-02-04 Thread Slide
I won't be at the hackathon, but I'll take a look. Some of the tests were written without any windows considerations taken into account, so the sooner we can get this fixed (so people who write new tests get feedback on windows being broken by them) the better. On Sat, Feb 4, 2017, 09:11 R. Tyler

Re: TestPluginManager error during tests

2017-02-02 Thread Slide
Ding ding, you are correct. I should have thought of that. Thanks! On Thu, Feb 2, 2017 at 1:49 PM Jesse Glick <jgl...@cloudbees.com> wrote: > On Thu, Feb 2, 2017 at 2:35 PM, Slide <slide.o@gmail.com> wrote: > > java.lang.NoSuchMethodError: > hudson.model.Messages._

TestPluginManager error during tests

2017-02-02 Thread Slide
I am working on a plugin, and I am seeing the following error during the injected tests. I have verified that the message does exist, so I'm kind of at a loss. Anyone have any ideas? *java.lang.NoSuchMethodError:*

Re: run tests for pipeline step plugin

2017-02-02 Thread Slide
You may want to look at a plugin that is currently using gradle like [1] to see if there is anything you can glean from there slide 1 - https://github.com/jenkinsci/gradle-plugin/blob/master/build.gradle On Thu, Feb 2, 2017 at 11:35 AM Jesse Glick <jgl...@cloudbees.com> wrote: > On T

Re: "backend-jenkins-ci-cloudbees-com-filler" job disabled, some failing jobs remain

2017-01-25 Thread Slide
Nevermind...I missed the source originally. I looked at it does. On Wed, Jan 25, 2017 at 12:47 PM Slide <slide.o@gmail.com> wrote: > Does buildPlugin archive the most recent artifacts? > > On Wed, Jan 25, 2017 at 9:37 AM R. Tyler Croy <ty...@monkeypox.org> wrote

Re: "backend-jenkins-ci-cloudbees-com-filler" job disabled, some failing jobs remain

2017-01-25 Thread Slide
Does buildPlugin archive the most recent artifacts? On Wed, Jan 25, 2017 at 9:37 AM R. Tyler Croy wrote: > (replies inline) > > On Wed, 25 Jan 2017, Jesse Glick wrote: > > > On Wed, Jan 25, 2017 at 5:23 AM, Arnaud Héritier > wrote: > > > Another part

Re: Bug Triage "Team"

2017-01-24 Thread Slide
Sure, that shouldn't be a problem On Tue, Jan 24, 2017 at 3:07 PM Ullrich Hafner <ullrich.haf...@gmail.com> wrote: > Am 23.01.2017 um 22:47 schrieb Slide <slide.o@gmail.com>: > > Ok, to summarize... > > 1) We don't want to set the assignee > 2) We do wan

Re: Bug Triage "Team"

2017-01-23 Thread Slide
Ok, to summarize... 1) We don't want to set the assignee 2) We do want to make sure the component(s) are correct 3) We want to try and replicate the issue and add findings 4) We want to close out issues that are very old with little information to clean things up Is there anything I missed?

Re: Jobs creation on jenkins.ci.cloudbees.com restored

2017-01-23 Thread Slide
you propose a PR just ping me, I'll test it on my fork and if it's ok > I'll ask to KK to merge it > > On Fri, Jan 20, 2017 at 4:23 PM, Slide <slide.o@gmail.com> wrote: > > Arnaud, > > I'm guessing the maven template is the same as > https://github.com/je

Re: android-signing plugin build failed on jenkins.ci.cloudbees.com

2017-01-20 Thread Slide
Hi Robert, I don't think jenkins.ci.cloudbees.com supports JDK8 yet...but I could be wrong. You may want to talk to rtyler about having it hosting on ci.jenkins.io instead. It will not stop you from releasing a version of the plugin, or from it showing up in the management UI. Regards, Alex On

Re: Jobs creation on jenkins.ci.cloudbees.com restored

2017-01-20 Thread Slide
Arnaud, I'm guessing the maven template is the same as https://github.com/jenkinsci/backend-jenkins-ci-cloudbees-com-filler/blob/master/src/main/resources/org/jenkinsci/backend/cifiller/job.xml? If the gradle template content could be made available similarly, that would be nice. I'll open a

Re: Bug Triage "Team"

2017-01-19 Thread Slide
wrote: > > On Thu, Jan 19, 2017 at 12:34 PM, Slide <slide.o@gmail.com> wrote: > > The outcome of a triage on a specific issue would be that the correct > > component(s) and assignee were there. > > Do we really need to set an assignee? For example for most > `{work

Bug Triage "Team"

2017-01-19 Thread Slide
There was a discussion in the Governance Meeting yesterday [1] about creating a Bug Triage "Team." The goal of this team would be to triage issues on [2] to make sure that they are assigned to the correct component, assigned to the correct developer and are actually still valid. The reason the

Re: Put NUnit Plug-in up for adoption

2017-01-18 Thread Slide
See https://wiki.jenkins-ci.org/display/JENKINS/Adopt+a+Plugin, there is a section on how to mark a plugin as up for adoption. On Wed, Jan 18, 2017, 12:25 'Bruno P. Kinoshita' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > Hi, > > There was a few requests lately for me to fix

Re: Not able to release new version of plugin

2017-01-14 Thread Slide
The pom.xml has http instead of https for the Jenkins maven repos. On Sat, Jan 14, 2017, 18:50 Daniel Beck wrote: > > > On 14.01.2017, at 18:39, Christopher Orr wrote: > > > > Since last month, no special permissions are needed to upload SNAPSHOTs: > > >

Re: Not able to release new version of plugin

2017-01-14 Thread Slide
One thing to try would be to add another user to the upload permissions app and see if they can do a snapshot release. On Sat, Jan 14, 2017, 09:37 Irfan Sayed <irfu.sa...@gmail.com> wrote: > Thanks Slide. > anyone has any other suggestions/workaround ? > if this is not resol

Re: Not able to release new version of plugin

2017-01-14 Thread Slide
Sat, Jan 14, 2017 at 7:25 PM, Irfan Sayed <irfu.sa...@gmail.com> wrote: > > Yes i do have SNAPSHOT version in the POM. > mvn deploy command also failing with the same error .. > i am still not getting what is the issue > > regards, > > > On Sat, Jan 14, 2017 at 7:1

Re: Not able to release new version of plugin

2017-01-14 Thread Slide
Github pushes seem to work, only artifacts have an in > issue IIUC. > > Le 14 janv. 2017 9:59 AM, "Irfan Sayed" <irfu.sa...@gmail.com> a écrit : > > Yes . i am able to login to : > https://accounts.jenkins.io/login?from=%2Fmyself%2F > i uploaded public key a

Re: Not able to release new version of plugin

2017-01-13 Thread Slide
Oh, I missed your message about the typo before I hit send. Are you able to login to https://accounts.jenkins.io/login?from=%2Fmyself%2F with the username/password combo that you have in your settings.xml? On Fri, Jan 13, 2017, 15:17 Slide <slide.o@gmail.com> wrote: > From the sam

Re: Not able to release new version of plugin

2017-01-13 Thread Slide
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc eption irfanjs@host-10 MINGW64 /c/sinatra-chef-builder-plugin (master) $ regards, On Fri, Jan 13, 2017 at 11:10 AM, Slide <slide.o@gmail.com> wrote: Well, the SCM section doesn't match with the r

Re: Not able to release new version of plugin

2017-01-13 Thread Slide
e settings.xml? > is mvn release:prepare release:perform command is enough? > > regards, > > > > > On Fri, Jan 13, 2017 at 11:57 PM, Slide <slide.o@gmail.com> wrote: > > You shouldn't need to specify an hpi plugin version at all, it will be > handled in the parent

Re: Not able to release new version of plugin

2017-01-13 Thread Slide
You shouldn't need to specify an hpi plugin version at all, it will be handled in the parent pom. When I click on the repo you have in your previous email it takes me to a different name. On Fri, Jan 13, 2017, 10:52 Irfan Sayed <irfu.sa...@gmail.com> wrote: > Thanks Slide. > Can you

Re: Not able to release new version of plugin

2017-01-13 Thread Slide
ew version" > git push origin master > > final release command: > mvn release:prepare release:perform > > i am getting "401 unauthorized error" > please suggest > > Regards, > > > > > > > On Fri, Jan 13, 2017 at 9:16 PM, Slide <slide.o.

Re: Not able to release new version of plugin

2017-01-13 Thread Slide
This is a pretty long thread, would it be possible for you to sum up where you are currently stuck, what you have tried and so forth? On Fri, Jan 13, 2017 at 8:19 AM Irfan Sayed wrote: > hi, > can someone please help. > I am stuck totally. > > regards, > > > On Fri, Jan

Re: confused by new Jenkins plugins web pages

2017-01-06 Thread Slide
When can we get rid of the wiki pages and source from the plugins readme directly? :-) On Fri, Jan 6, 2017, 18:14 Daniel Beck wrote: > > > On 07.01.2017, at 01:47, Moshe Cohen wrote: > > > > 1) Where is the link to the Github repo? > > I filed this

Re: Jenkins pipeline script

2017-01-02 Thread Slide
Please don't post to both lists. The development list is for Jenkins core and plugin development, not for help with how to do things. On Mon, Jan 2, 2017, 20:21 Venkat S wrote: > I have pipeline script like below > > *My question is when i am build this job. If some thing

Re: Variable Field in jelly files in jenkins.-office 365 connecter plugins

2017-01-02 Thread Slide
Please don't double post to both mailing lists. If you are asking questions about how to use a plugin, that is a user's list thing. On Mon, Jan 2, 2017, 01:55 KaliRajan G wrote: > Hai all, > > In office 365 connecter plugin,the url only get the given value.I want to > set

Re: Automating Jenkins Installation Steps

2016-12-26 Thread Slide
Please don't double post. Your question is definitely a user list question. On Mon, Dec 26, 2016, 05:38 'Karthik Veeragoni' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > Hi guys, > > I'm trying to automate jenkins installations steps > So as part of that I'm stuck at: Giving

Re: [DISCUSS] Time for Jenkins to require Java 8 to run

2016-12-21 Thread Slide
I have a PR almost ready for Jenkinsfile to build on Windows and Linux. On Wed, Dec 21, 2016 at 7:42 AM Baptiste Mathus wrote: > OK, sounds like a plan. IIUC think we have an agreement. > > > So I am +1k on switching to JDK8 with the proviso that at the time the > call is made

Re: Fetching GitHub Committer Email ID:

2016-12-10 Thread Slide
Please don't triple post On Sat, Dec 10, 2016, 10:55 wrote: > Hi, > > Thanks for the info. > Can you please let me know how to fetch the parameter of GitHub Committer > email id in GitHub Repository code. So that I can pass the committer email > id parameter into my

Re: [DISCUSS] Time for Jenkins to require Java 8 to run

2016-12-07 Thread Slide
I took a small peek at this (I commented this on the issue you filed as well) and found that 8 of the 9 errors are probably due to symlink creation. By default only certain accounts can create symlinks on Windows. Jenkins warns about this and gives you the information on how to add your user

Re: Guidance on how to release a new version of a plugin with a breaking change

2016-11-29 Thread Slide
Hi Claudiu, Is there a reason you can't provide an upgrade path from the current credentials? Have you looked at https://wiki.jenkins-ci.org/display/JENKINS/Hint+on+retaining+backward+compatibility ? Slide On Tue, Nov 29, 2016 at 1:04 PM 'Claudiu Guiman' via Jenkins Developers < jenkinsci-

Re: getScm() on AbstractProject vs. Run

2016-10-26 Thread Slide
There is also [1] 1 - https://github.com/jenkinsci/workflow-job-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java#L539 On Wed, Oct 26, 2016 at 3:46 PM Ullrich Hafner wrote: > I see. Would it work if we loop through all these actions?

Re: Windows zip empty

2016-10-11 Thread Slide
If you have windows 10 anniversary edition, I'd highly recommend the Ubuntu for Windows over Cygwin. On Tue, Oct 11, 2016, 07:30 Kohsuke Kawaguchi wrote: > > Rather, I have rebuilt the 2.19.1 package and it's already on > mirrors.jenkins.io > > On Tue, Oct 11, 2016 at 7:30 AM

Re: New Jenkins Plugin - Slack File Uploader. (Problems in releasing)

2016-10-09 Thread Slide
Are you on windows or a Unix variant? How did you setup your keys for github? On Sun, Oct 9, 2016, 12:21 Shitij Goyal wrote: > Any suggestions please? > > > On Saturday, October 8, 2016 at 2:01:34 PM UTC+5:30, Shitij Goyal wrote: > > Hi, > I have just built a new Jenkins

Re: Pipeline - bug - shell scripts fail when parameters are too large.

2016-09-28 Thread Slide
Is there a reason you can't send the path to the file that the diff comes from? On Wed, Sep 28, 2016, 08:18 Jonathan Hodgson wrote: > > > On Wednesday, September 28, 2016 at 4:12:21 PM UTC+1, Jesse Glick wrote: > >> On Wed, Sep 28, 2016 at 10:41 AM, Jonathan Hodgson >> >

Re: thinBackup: link to issues

2016-09-15 Thread Slide
I renamed thinBackup to thinbackup-plugin. On Thu, Sep 15, 2016 at 8:54 AM Thomas Fürer wrote: > Hi Heiko, > > It's not possible for me to fix this issue, because the Confluence > component adds automatically '-plugin' to the name but the component in > JIRA is still

Re: I am trying to build two jobs from two different project, one is dependent on .Net Framework 4.0 and other requires v4.6.1. How would I achieve this in Jenkins? as v4.6.1 replaces MSBUILD.EXE.

2016-08-22 Thread Slide
Your should be able to specify the target framework version in your msbuild files. On Mon, Aug 22, 2016, 06:17 mansing shinde wrote: > Guys, > > I am trying to build two jobs within Jenkins, one requires .Net framework > 4.0 and other is based on V4.6.1. There is no

Re: Email publisher in Multi-configuration job

2016-08-22 Thread Slide
Please don't double post. This question is definitely for the user list, not the developer list. Double posting doesn't get your question answered faster. On Mon, Aug 22, 2016, 03:03 'Pulkit Lall' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > Hi, > I have a Jenkins

Re: Find a maintainer or push as separate plugin?

2016-08-19 Thread Slide
>From looking at your changes, I don't see why it couldn't be made in the original plugin. Most of your changes are pretty superficial and shouldn't disrupt the original plugin. They just might need to be massaged a little bit. I'd highly recommend seeing if you can convert it into a pull request

<    1   2   3   4   5   6   >