parameterized builds with optional parameters (Strings)?

2014-08-13 Thread Alex Brodov
Hi, I'm trying to add a new String parameter, but i can't see the "optional checkbox", i need this for my script integration. In the example that you gave here : https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build it apeears.. Any idea how to add this checkbox or hot make this para

RE: parameterized builds with optional parameters (Strings)?

2014-08-13 Thread Brosh, Yossi
Hi Alex, You have to install the plugin for this: Extended Choice Parameter plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Alex Brodov Sent: Wednesday 13 August 201

Re: parameterized builds with optional parameters (Strings)?

2014-08-13 Thread Alex Brodov
As i can see this plugin is for choise parameter, by the where can i find the installation of this plugin and some explanation how to install plugins in Jenkins? On Wednesday, August 13, 2014 1:40:21 PM UTC+3, Brosh, Yossi wrote: > > Hi Alex, > > You have to install the plugin for this: Extende

RE: parameterized builds with optional parameters (Strings)?

2014-08-13 Thread Brosh, Yossi
Goto manage jenkins -> plugin manager Select the available tab, select the plugin and press the button "install without restart" From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Alex Brodov Sent: Wednesday 13 August 2014 13:55 To: jenkinsci-users@goo

Re: parameterized builds with optional parameters (Strings)?

2014-08-13 Thread Alex Brodov
Thanks! On Wednesday, August 13, 2014 2:02:17 PM UTC+3, Brosh, Yossi wrote: > > Goto manage jenkins -> plugin manager > > Select the available tab, select the plugin and press the button "install > without restart" > > > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@google

Re: parameterized builds with optional parameters (Strings)?

2014-08-13 Thread Alex Brodov
I've isntalled this plugin, but in jenkins when i'm adding new parameter (String) i can't see the optional checkbox, any idea why? On Wednesday, August 13, 2014 2:02:17 PM UTC+3, Brosh, Yossi wrote: > > Goto manage jenkins -> plugin manager > > Select the available tab, select the plugin and pre

What are the difference between Jenkins and HP ALM?

2014-08-13 Thread Manju
Hi all, I am a new user to this group. If my understanding is correct, Jenkins is also a one type of test management tool like HP QC/HP ALM. I just wanted to know what is the advantages of Jenkins over the HP ALM? And what are the main differences between Jenkins and HP ALM! Regards, Manju --

Re: False positive on Jenkins builds. How to address.

2014-08-13 Thread Albert Tresens
Hi Rob, Thanks a lot for your post. Your use cases are very illustrative. I am just starting to tackle the situation and would like to come up with a solution that can at least reduce the time I spent triaging and debugging false positives. The failures are not deterministic so is not that a

Re: What are the difference between Jenkins and HP ALM?

2014-08-13 Thread Thomas Sundberg
On 13 August 2014 14:50, Manju wrote: > Hi all, > I am a new user to this group. > > If my understanding is correct, Jenkins is also a one type of test > management tool like HP QC/HP ALM. > Unfortunately, this is not the case. HP QC/HP ALM is a tool to keep test and requirements in. Jenkins is

Re: What are the difference between Jenkins and HP ALM?

2014-08-13 Thread Manjunath Kattemane
Hi Thomas, Thanks for your quick reply. Currently i am using HP ALM . as like jenkins we can execute the jobs( test scipts, software builds ) from ALM also. still i am not clear with the differences [?] On Wed, Aug 13, 2014 at 6:27 PM, Thomas Sundberg wrote: > On 13 August 2014 14:50, Manju wr

RE: parameterized builds with optional parameters (Strings)?

2014-08-13 Thread Brosh, Yossi
[cid:image001.png@01CFB710.6F09D9B0] From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Alex Brodov Sent: Wednesday 13 August 2014 14:41 To: jenkinsci-users@googlegroups.com Subject: Re: parameterized builds with optional parameters (Strings)? I've isnt

Re: What are the difference between Jenkins and HP ALM?

2014-08-13 Thread Daniel Beck
On 13.08.2014, at 14:50, Manju wrote: > I just wanted to know what is the advantages of Jenkins over the HP ALM? It's not ActiveX based. > If my understanding is correct, Jenkins is also a one type of test management > tool like HP QC/HP ALM. Jenkins is a very fancy Task Scheduler. -- You

Re: parameterized builds with optional parameters (Strings)?

2014-08-13 Thread Alex Brodov
Let's say that the user won't enter anything inside, how can i check with my script that the value of this variable is zero or if it's empty? I'm using bash and in bash i'm just typing this : if [ -z "$myrvar" ]; then or if [ "$myvar" = "" ]; then ... But when 'm testing it without any input

RE: What are the difference between Jenkins and HP ALM?

2014-08-13 Thread david.doughty
HP ALM is originally Mercury Test Director, its roots are in test management, integrations into automated testing (win runner, load runner, QTP). Since HP bought Mercury its been rebranded and "enhanced" (that is debateable) HP Quality Centre into the ALM (application lifecycle management) space

Jenkins does not show list of available of plugins/can't update list

2014-08-13 Thread therp
I just installed Jenkins 1.575 on Ubuntu 12.04LTS. When I go to the plugins section to add plugins, nothing shows up. If I go to Advanced and click check now, it just hangs at Updating - I am running nginx to do a proxy pass for port 80 to port 8080 where jenkins is running. I don't

Re: Jenkins logout when pushing the browser Back button

2014-08-13 Thread Ali Yakout
I found the problem. The Jenkins URL was set to http instead of https on the configuration page. When set to https, everything works fine and never gets logged out! Den måndagen den 28:e juli 2014 kl. 16:09:53 UTC+2 skrev Ali Yakout: > > Hi > > I have a problem with my Jenkins. After logging in,

Re: Remove Slave node via Groovy: kill() not removing from list?

2014-08-13 Thread Efekt
Here's a script I've written based on yours deleting all the slaves import hudson.model.* // For each slave for (aSlave in hudson.model.Hudson.instance.nodes) { println("SLAVE DELETED: "+aSlave.name) hudson.model.Hudson.instance.removeNode(aSlave) } -- View this message in context: http:/

SSHD not initializing properly

2014-08-13 Thread Pieter Breed
After a recent update the SSHD in jenkins is not initializing properly anymore. I'm running the latest version of jenkins and all the plugins. A vanilla jenkins does not give this issue, but we have a pretty big installation so I'm not sure what's causing the issue on our side. This is what th

Default parameter editiog

2014-08-13 Thread Oren Yardeni
Hi, i'm writing a plugin to edit the default paramters, i know that you can edit it from the configure page , but i don't want to give the users the option to edit it. I could not found the the option in the api for changing the value of a boolean parameter, Does any body familiar with that opt

Re: Remove Slave node via Groovy: kill() not removing from list?

2014-08-13 Thread Daniel Beck
Simpler: jenkins.model.Jenkins.instance.setNodes([]) On 12.08.2014, at 14:10, Efekt wrote: > Here's a script I've written based on yours deleting all the slaves > > import hudson.model.* > > // For each slave > for (aSlave in hudson.model.Hudson.instance.nodes) { > println("SLAVE DELETED: "+

Re: What are the difference between Jenkins and HP ALM?

2014-08-13 Thread Walter Kacynski
There is a Jenkins Plugin for HP ALM that allows you to run test cases after your build or deployment of code. We will be using this to verify if a recently built artifact passes our functional tests. On Wednesday, August 13, 2014 8:50:01 AM UTC-4, Manju wrote: > > Hi all, > I am a new user to

Re: What are the difference between Jenkins and HP ALM?

2014-08-13 Thread David Karlsen
HP ALM is the slowest, crappiest, IE-focused, difficult workflow, impossible to integrate well into, piece of s*** software I've ever used. Be warned! I'd warmly welcome about any test tool/bugtracking tool you can get your hands on other than this! 2014-08-13 18:58 GMT+02:00 Walter Kacynski : >

Poll SCM whenever there is a commit

2014-08-13 Thread srinivasulu
Hi guys, how to run a ANT build in jenkins whenever there is a commit in project using Git from eclipse. Regards, Srinivasulu. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from