Compatability with parallel

2016-09-21 Thread fkpkot
Hi, I'd like our plugin to support the parallel step (in pipelines). I haven't found any documentation on what steps / methods i should implement to ensure our support. Is there any known issues / methods or etc. i should go through? Thanks ahead! -- You received this message because you are

Re: Compatability with parallel

2016-09-21 Thread Jesse Glick
On Wed, Sep 21, 2016 at 8:03 AM, wrote: > I'd like our plugin to support the parallel step (in pipelines). > I haven't found any documentation on what steps / methods i should implement > to ensure our support. There is nothing specific you need to implement. Does it currently

Changing the StarTeam plugin information page.

2016-09-21 Thread anil.peres-da-silva
Hi, I’m responsible for the StarTeam plugin development & maintenance at MicroFocus. We manage the plugin as closed source, but the plugin information on this page https://wiki.jenkins-ci.org/display/JENKINS/StarTeam refers to a very old ‘latest release’ 0.6.13 from Jenkins GIT

Jenkins hosted in container is offline

2016-09-21 Thread 'Huanhuan Sun' via Jenkins Developers
Hi, I tried to set up a Jenkins container. I pulled the official docker image: jenkins and create a container off it. The commands I used: docker pull jenkins docker run -d -p 8090:8080 -t jenkins I could open the Jenkins dashboard at port 8090 but on the dashboard it showed Jenkins is

Re: How to properly handle request //foo/bar?

2016-09-21 Thread Cheng Bao
Hi, Thanks, Is there a way to make getFoo() method use POST method? Even in form I specifiy Stapler.currentRequest().getMethod() will still return "GET". and @RequirePOST annotation will always fail On Friday, September 9, 2016 at 4:13:05 PM UTC-7, Daniel Beck wrote: > > > > On 09.09.2016, at

Re: Changing the StarTeam plugin information page.

2016-09-21 Thread Baptiste Mathus
Hello, We do not host nor expose closed source plugins in the public update center [1]. The information shown on the wiki page is automatically extracted from the last release, there's no way to manually edit that part. One way could be to just mark that plugin as deprecated. But not sure this

Re: Jenkins hosted in container is offline

2016-09-21 Thread Baptiste Mathus
Oh, and please, use the users list if you wish to have answers. Thanks 2016-09-21 22:07 GMT+02:00 Baptiste Mathus : > Are you behind a corporate proxy? Can Internet be reached from your > machine, and more specifically from that container? > > Cheers > > 2016-09-21 20:36

Re: Changing the StarTeam plugin information page.

2016-09-21 Thread anil.peres-da-silva
Thank you On Wednesday, September 21, 2016 at 4:04:46 PM UTC-4, Baptiste Mathus wrote: > > Hello, > > We do not host nor expose closed source plugins in the public update > center [1]. > > The information shown on the wiki page is automatically extracted from the > last release, there's no

Re: Jenkins hosted in container is offline

2016-09-21 Thread Hung Suen
Thanks Baptiste. The Internet can be reached from my machine. As whether it can be reached from container, I tried different approaches but none of the commands can be run inside the container. I mean, commands like ifconfig/ping all returned errors like "bash: ifconfig: command not found" On

Re: Jenkins hosted in container is offline

2016-09-21 Thread Baptiste Mathus
Are you behind a corporate proxy? Can Internet be reached from your machine, and more specifically from that container? Cheers 2016-09-21 20:36 GMT+02:00 'Huanhuan Sun' via Jenkins Developers < jenkinsci-dev@googlegroups.com>: > Hi, > > > > I tried to set up a Jenkins container. I pulled the

Changes to global settings introduces null pointer on jobs, Accurev Plugin.

2016-09-21 Thread Joseph P
I am trying to resolve an issue, changes to server name on global settings introduces null pointer on jobs. https://issues.jenkins-ci.org/browse/JENKINS-31316 I cannot find a decent way to introduce safety when changes to global settings are changed. Current code is

Deleted merged branches from jenkinsci/jenkins

2016-09-21 Thread Daniel Beck
Hi everyone, I deleted a bunch of obsolete branches that have been merged into master from jenkinsci/jenkins. It's not all merged branches, but most of them. The list is below. Daniel 1.408 (was 1d4abe2). 1.469-out-of-cycle (was 201bd2f). 1.509 (was 02e0044). 1.609 (was 152d00a). 1.650 (was

Re: Do we need to use the Jenkins jira?

2016-09-21 Thread Michael Neale
Given that part of deploying a plugin to update center will result in a "component" being created in JIRA for people to open tickets against, it means that people will always be able to open tickets in JIRA. So while some use github issues, there is a risk that things may be in 2 places,