How to generate a auto bug for failed test cases

2015-02-09 Thread Ankush Aggarwal
Hi All,

if we have selenium project in jenkins and it is able to update testcase 
status in testlink, how should we generate an auto bug in bugzilla.

Jenkins has been integrated with testlink and bugzilla.
Testlink is integrated with bugzilla. Manually we are able to create a bug 
by clicking an option in testlink.

how can we make this automated either jenkins or testlink

Thanks,
Ankush

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/4fb01593-3af0-408b-9766-2fe3c8498ad8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins servlet 3.0 upgrade

2015-02-09 Thread Surya Gaddipati
Bump. I am really interested in this. 
Would like not use ajaxPolling everywhere if possible.

Curious if Servlet 3.0 is still under consideration. 



On Thursday, February 5, 2015 at 11:58:15 AM UTC-6, Surya Gaddipati wrote:

 There was some discussion about it last year 

 http://jenkins-ci.org/content/thinking-about-moving-servlet-30 


 I was just wondering if this is something that is still being considered. 




-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/7a4e6a76-838c-439e-b6ab-e16e3803f49f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is there a way to debug jelly/Descriptor bindings?

2015-02-09 Thread Ivo Bellin Salarin
Hi,

I can't figure out why my doFillXXXItems aren't being called.

Is there some way to log/debug jelly--Descriptor interactions?

Thanks in advance,
Ivo

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPc4eF_3ZaTwMJWPK_--s1fLViFEm5YY0o8UfcfF%3D5YhmRRkNQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: New SSO plugin for Jenkins on Windows, based on KerberosSSO, using Waffle...

2015-02-09 Thread Bryson Gibbons
Well, hoping this will be seen, and to avoid an extra thread in the 
developer lists, I would like to request a repository among the Jenkins 
community repositories.

Plugin name: NegotiateSSO
GitHub ID: FarmGeek4Life
Code is only local to my computer, no repository to fork.

If I don't get a response in a few days, I'll make a separate thread 
requesting hosting.

Bryson Gibbons

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/135d74e8-c509-4cef-ac95-895bb4db9dd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


The old plugin version still visible after update

2015-02-09 Thread Giltsl
Hi, 

We had been published a new version (2.2) for the TestFairy plugin 
https://wiki.jenkins-ci.org/display/JENKINS/TestFairy+Plugin, it's 
already listed on update-center.json 
http://ftp-chi.osuosl.org/pub/jenkins/updates/current/update-center.json 
But I still can install only the previous version 1.0 (the new version is 
not visible)

In addition, the link to the new hpi file (2.2) is broken on 
http://updates.jenkins-ci.org/download/plugins/TestFairy/

Please advise how it should be fixed
Thanks
Gil

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/3e24ce15-efb3-4947-92c2-f677291902d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: The old plugin version still visible after update

2015-02-09 Thread Daniel Beck
You're not supposed to change artifact ID after a release. Artifact ID is how 
Jenkins identifies plugins e.g. to offer upgrades from a previously installed 
version. The plugins where this happened appear twice (or more) on the update 
center, once for each ID. If users install both, who knows what'll happen...

In this case, it could be a bug related to case sensitivity in the update 
center.

On 09.02.2015, at 13:48, Giltsl gil...@gmail.com wrote:

 It is not a version problem. I am using the latest Jenkins version.
 
 Maybe it's related to some artifactId mismatch I did.
 When I released the version, I used testfairy instead of TestFairy as an 
 artifactId in my pom.xml.
 http://mirrors.jenkins-ci.org/plugins/testfairy/2.2/testfairy.hpi  will 
 return 404
 http://mirrors.jenkins-ci.org/plugins/TestFairy/2.2/TestFairy.hpi work 
 
 
 Thanks for your help.
 
 
 On Monday, February 9, 2015 at 12:34:30 PM UTC+2, Baptiste Mathus wrote:
 Last plugin version seems to require 1.596 which is very recent. Maybe your 
 Jenkins version is just  1.596?
 
 Le 9 févr. 2015 11:31, Baptiste Mathus bma...@batmat.net a écrit :
 What is your Jenkins version?
 
 Le 9 févr. 2015 09:12, Giltsl gil...@gmail.com a écrit :
 Hi, 
 
 We had been published a new version (2.2) for the TestFairy plugin, it's 
 already listed on update-center.json 
 But I still can install only the previous version 1.0 (the new version is not 
 visible)
 
 In addition, the link to the new hpi file (2.2) is broken on 
 http://updates.jenkins-ci.org/download/plugins/TestFairy/
 
 Please advise how it should be fixed
 Thanks
 Gil
 
 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/3e24ce15-efb3-4947-92c2-f677291902d7%40googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
 
 -- 
 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.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/cc8b2706-a809-426b-9a94-12957839104b%40googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/F26E4FB4-8C97-47E0-AEA5-BE8628D1AD26%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a way to debug jelly/Descriptor bindings?

2015-02-09 Thread Ulli Hafner
https://wiki.jenkins-ci.org/display/JENKINS/Figuring+out+URL+binding+of+Stapler

 Am 09.02.2015 um 17:11 schrieb Ivo Bellin Salarin 
 ivo.bellinsala...@gmail.com:
 
 Hi,
 
 I can't figure out why my doFillXXXItems aren't being called.
 
 Is there some way to log/debug jelly--Descriptor interactions?
 
 Thanks in advance,
 Ivo
 
 --
 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 
 mailto:jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/CAPc4eF_3ZaTwMJWPK_--s1fLViFEm5YY0o8UfcfF%3D5YhmRRkNQ%40mail.gmail.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/CAPc4eF_3ZaTwMJWPK_--s1fLViFEm5YY0o8UfcfF%3D5YhmRRkNQ%40mail.gmail.com?utm_medium=emailutm_source=footer.
 For more options, visit https://groups.google.com/d/optout 
 https://groups.google.com/d/optout.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1F5EA278-2094-4225-AB32-3A575D9BD61E%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Cloud slave never provisioned (sometimes)

2015-02-09 Thread Suckow, Thomas J
Looking into this further I come across this interesting nugget:

println( 
Jenkins.getInstance().unlabeledNodeProvisioner.stat.computeQueueLength() )
println( Label.get(mylabel).nodeProvisioner.stat.computeQueueLength() )

Gives:
1
0

Meaning, it is on a queue as unlabeled. Yet, the only job in the queue
states: pending‹All nodes of label Œmylabel¹ are offline


Anyone have ideas about how this might occur?

-
Thomas




From:  Suckow, Thomas Suckow
Subject:  Re: Cloud slave never provisioned (sometimes)


I am not convinced that the durable task plugin is to blame.

I am seeing a long line of:
FINE hudson.slaves.NodeProvisioner
Queue length 0 is less than the idle capacity 0. No provisioning strategy
required

Yet I have 8 jobs in the build queue. Something is afoot. I'l keep digging
when I have
 time. Any input on where I should look next is appreciated.


From: Stephen Connolly
Subject: Re: Cloud slave never provisioned (sometimes)


Note there was another deadlock found. There is an open pull request
pending to fix that one


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/D0FE309E.ED29%25thomas.suckow%40pnnl.gov.
For more options, visit https://groups.google.com/d/optout.


Are Labels truly singletons?

2015-02-09 Thread Suckow, Thomas J
I have come across an issue where Queue uses == to compare Labels. This is fine 
if they are truly singletons. However, somehow [and I don't know why] I am 
getting an item in the queue with a Label that is not a singleton.

The question becomes, are Labels singletons? Do I make a PR changing == to 
equals? Or somehow attempt to find where this rogue Label is coming from (It is 
intermittent, and nothing was obvious in my suspect plugins)?

-
Thomas

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/D0FE9102.ED7B%25thomas.suckow%40pnnl.gov.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a way to debug jelly/Descriptor bindings?

2015-02-09 Thread Ivo Bellin Salarin
Thanks Ulli!
 Yet I have to figure why the prototype.js is asking for null:
htmlbody
h1404 Not Found/h1
pStapler processed this HTTP request as follows, but couldn't find the
resource to consume the request
pre
- evaluate(lt;hudson.model.Hudson@6a4edb79
:hudson.model.Hudson,/MyRootAction/null)
- evaluate(((StaplerProxy)lt;hudson.model.Hudson@6a4edb79
).getTarget(),/MyRootAction/null)
- evaluate(lt;hudson.model.Hudson@6a4edb79
.getDynamic(MyRootAction,...),/null)
-
evaluate(lt;org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction@974f250
:org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction,/null)
font color=red-gt; No matching rule was found on
lt;org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction@974f250gt;
for /null/font
/pre
plt;org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction@974f250gt;
has the following URL mappings, in the order of preference:ol
li
TOKEN.groovy for url=/TOKEN
li
VIEW.jelly for url=/VIEW
li
org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction.getDescriptor()
for url=/descriptor/...
li
org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction.getDisplayName()
for url=/displayName/...
li
org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction.getIconFileName()
for url=/iconFileName/...
li
org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction.getUrlName() for
url=/urlName/...
li
org.jenkinsci.plugins.rootactionexampleplugin.MyRootAction.getBuildGoals()
for url=/buildGoals/...
li
java.lang.Object.getClass() for url=/class/...
/ol
/body/html

The code which generates this request is on github (
https://github.com/nilleb/jenkins-plugins/tree/master/rootaction-example-plugin
).

Tomorrow, maybe.

Thanks, have a good evening.

Il giorno lun 9 feb 2015 20:00 Ulli Hafner ullrich.haf...@gmail.com ha
scritto:

https://wiki.jenkins-ci.org/display/JENKINS/Figuring+out+
 URL+binding+of+Stapler

 Am 09.02.2015 um 17:11 schrieb Ivo Bellin Salarin 
 ivo.bellinsala...@gmail.com:

 Hi,

 I can't figure out why my doFillXXXItems aren't being called.

 Is there some way to log/debug jelly--Descriptor interactions?

 Thanks in advance,
 Ivo

 --
 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.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/CAPc4eF_3ZaTwMJWPK_--s1fLViFEm5YY0o8UfcfF%
 3D5YhmRRkNQ%40mail.gmail.com
 https://groups.google.com/d/msgid/jenkinsci-dev/CAPc4eF_3ZaTwMJWPK_--s1fLViFEm5YY0o8UfcfF%3D5YhmRRkNQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  --
 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.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/1F5EA278-2094-4225-AB32-3A575D9BD61E%40gmail.com
 https://groups.google.com/d/msgid/jenkinsci-dev/1F5EA278-2094-4225-AB32-3A575D9BD61E%40gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPc4eF-bZx%3Dn78N3QzrXO5-DiPM4Hh08A5srFnVBCB-MgGxT5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Can't deploy new version of Diskcheck plugin

2015-02-09 Thread Manoj Thakkar
Hi ,

I am trying to deploy changes in the disk check plugin , This is for a bug 
recently found by some of the Dev in my company, The plugin throws a NPE 
when the slave data is not available,

 Have fixed the bug and pushed change in git repo after review, But i am 
not able to deploy it says 401 unauthorized, no password changes at my end,

Please advise, am i missing something on the process side that i shall have 
followed ?

Thanks
Manoj

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/457377a9-b960-4558-a5d7-8ff419cc1150%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Subversion plugin 2.5 and Multiple SCM 0.3 problem

2015-02-09 Thread Craig Rodrigues
On Sun, Feb 8, 2015 at 11:13 PM, Per Arnold Blaasmo 
per-arnold.blaa...@atmel.com wrote:

 On 06. feb. 2015 16:41, Craig Rodrigues wrote:
 
 
  On Fri, Feb 6, 2015 at 5:22 AM, Jesse Glick jgl...@cloudbees.com
  mailto:jgl...@cloudbees.com wrote:
 
 
  Probably this and other issues in multiple-scms are not really
  fixable, given the design of the SCM interface. My recommendation is
  to avoid that plugin, and if you need multiple checkouts in one
 build,
  use Workflow which supports this natively.
 
 
 
   I can't speak for Per Arnold Blaasmo, but at least for me, I
  have a *lot* of Jenkins jobs using Multiple SCM's plugins, so
  migrating to Workflow off the bat would be nontrivial.
 
 This is not good news for me either :-(


Please try out the plugin that I submitted with a test patch:
https://issues.jenkins-ci.org/browse/JENKINS-26303

and provide feedback in the JIRA ticket.
--
Craig

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3DrPVfujpGKF%2BQ-SFHyPw%2BeD0gqeefn3k3_3%2B%3DG7Ny7Sjs-3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Subversion plugin 2.5 and Multiple SCM 0.3 problem

2015-02-09 Thread Baptiste Mathus
Le 9 févr. 2015 08:13, Per Arnold Blaasmo per-arnold.blaa...@atmel.com
a écrit :

 On 06. feb. 2015 16:41, Craig Rodrigues wrote:
 
 
  On Fri, Feb 6, 2015 at 5:22 AM, Jesse Glick jgl...@cloudbees.com
  mailto:jgl...@cloudbees.com wrote:
 
 
  Probably this and other issues in multiple-scms are not really
  fixable, given the design of the SCM interface. My recommendation is
  to avoid that plugin, and if you need multiple checkouts in one
build,
  use Workflow which supports this natively.
 
 
 
   I can't speak for Per Arnold Blaasmo, but at least for me, I
  have a *lot* of Jenkins jobs using Multiple SCM's plugins, so
  migrating to Workflow off the bat would be nontrivial.
 
 This is not good news for me either :-(

 We have two main repo types in the company, Subversion and Git.
 And though many are using and migrating to Git, there will be a
 dependency to subversion for a long time yet.


BTW, I'm quite curious why this is an issue. We also have both Git and
subversion repositories here and this is no issue at all.

You mean for the same project (meaning same lifecycle, one release, etc.)
you can have your sources spanned onto both svn AND Git repositories?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS6B%2BKHun38dqX4BgHFD3LMofVhz2X3Pow5My9zTvPZPCw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: The old plugin version still visible after update

2015-02-09 Thread Baptiste Mathus
Last plugin version seems to require 1.596 which is very recent. Maybe your
Jenkins version is just  1.596?
Le 9 févr. 2015 11:31, Baptiste Mathus bmat...@batmat.net a écrit :

 What is your Jenkins version?
 Le 9 févr. 2015 09:12, Giltsl gil...@gmail.com a écrit :

 Hi,

 We had been published a new version (2.2) for the TestFairy plugin
 https://wiki.jenkins-ci.org/display/JENKINS/TestFairy+Plugin, it's
 already listed on update-center.json
 http://ftp-chi.osuosl.org/pub/jenkins/updates/current/update-center.json

 But I still can install only the previous version 1.0 (the new version is
 not visible)

 In addition, the link to the new hpi file (2.2) is broken on
 http://updates.jenkins-ci.org/download/plugins/TestFairy/

 Please advise how it should be fixed
 Thanks
 Gil

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/3e24ce15-efb3-4947-92c2-f677291902d7%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/3e24ce15-efb3-4947-92c2-f677291902d7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS4dTk0zbE3Jw-KgbLNsyXDvsGUfMVWbfb2LxqTxnj5tKQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Post build task plugin repository: Subversion or Github?

2015-02-09 Thread Rafael Ribeiro Rezende
Hello Ulrich,

I haven't contacted the original author yet. Some of my colleagues will 
check if the implementation is really necessary here.
If yes, they are instructed to contact the author then.

Good to know that the git repository is synchronized here. So, they have a 
reliable starting point.
Thanks!

On Thursday, February 5, 2015 at 6:15:29 PM UTC+1, Ullrich Hafner wrote:

 From the wiki it seems that it is still in subversion (git is 
 automatically synchronized). 

 So if you are planning to add some new features it would make sense to 
 move to git first (see wiki howto). 
 Did you get in contact with the original author?

 Am 05.02.2015 um 11:54 schrieb Rafael Ribeiro Rezende rafael...@gmail.com 
 javascript::

 Ops! Missed that :)

 And about the repository? Should github be the correct one?


 On Thursday, February 5, 2015 at 11:40:35 AM UTC+1, Ullrich Hafner wrote:

 From the pom:

 version1.9-SNAPSHOT/version  
 That means that version 1.9 is not yet released (snapshot). The next 
 release will be 1.9. 

 Am 05.02.2015 um 11:35 schrieb Rafael Ribeiro Rezende 
 rafael...@gmail.com:

 Hi all,

 I wanted to have a look in the Post build task 
 https://wiki.jenkins-ci.org/display/JENKINS/Post+build+task plugin, 
 and maybe touch it if necessary.
 The plugin page points to Subversion as source code, but after googling I 
 found it also on github 
 https://github.com/jenkinsci/postbuild-task-plugin.

 In both repos, the pom file says it's on version 1.9, while the latest 
 release available (quite old anyway) is 1.8...
 So, I'm confused here.
 Ideas?

 Thanks in advance!

 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/f6b27911-77d7-418f-a733-272089ed3eb3%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/f6b27911-77d7-418f-a733-272089ed3eb3%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.



 -- 
 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...@googlegroups.com javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/598aa673-3176-4c1c-8f9f-7ae1c8ffefa2%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/598aa673-3176-4c1c-8f9f-7ae1c8ffefa2%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/9bc48681-bd48-40ad-8928-c2b366dd0730%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RootAction and ListBoxModel

2015-02-09 Thread Ivo Bellin Salarin
Hi all,

I'm trying to create a root action whose page shows a couple of listboxes.

These listboxes should be populated according to a REST API response.

The content of the second listbox should depend over the selection of the
first listbox selected item.

Well, I've started implementing all this. But the existing primer about
jelly interfaces is too light, and the jelly reference is too high for my
level.

I've had a look at a bunch of plugins, but none suited my needs. I've been
successful registering my root action, but I wasn't able to fill listboxes.

* Can I add a descriptor to a root action?
* Do you know any plugin with a behavior similar to what I'm searching for?
* Do you think that the
https://github.com/CloudBees-community/clickstart-rest-plugin could be a
good start point for my research?

Thanks in advance,
Ivo

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPc4eF8JwvoD6vUL7A3Mtrqktqir%3DQR0AdQ3RODNayD4fWnXfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unfinished implementation in SCM class for buildEnvVars method

2015-02-09 Thread Paul Allen
Fixed it... I do like the workflow plugin, very nice to setup.

I hope to release support soon, a bit more testing and might look to extend 
SCMStep as a later release.

Thanks again for the support.

Kind regards,
Paul


 On 6 Feb 2015, at 16:26, Jesse Glick jgl...@cloudbees.com wrote:
 
 On Fri, Feb 6, 2015 at 10:59 AM, Paul Allen pal...@perforce.com wrote:
 ERROR: P4: Run not instance of AbstractBuild.
 
 Sounds like an error coming from your own code.
 
 -- 
 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.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr36M0sUOsJpOKyzYLAoaJgAzPzurt%2Bvcj2uWYD2xRg43w%40mail.gmail.com.
 For more options, visit https://groups.google.com/d/optout.




This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. Please 
note that any views or opinions presented in this email are solely those of the 
author and do not necessarily represent those of Perforce Software. Finally, 
the recipient should check this email and any attachments for the presence of 
viruses. Perforce Software accepts no liability for any damage caused by any 
virus transmitted by this email.

Perforce Software UK Ltd is registered in England and Wales as company no. 
3816019 at the following address: West Forest Gate, Wellington Road, Wokingham,
RG40 2AT, UK


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/D19FEA7F-AA7E-4ABE-9C84-F8897F2A90CD%40perforce.com.
For more options, visit https://groups.google.com/d/optout.


Re: Subversion plugin 2.5 and Multiple SCM 0.3 problem

2015-02-09 Thread Per Arnold Blaasmo
On 09. feb. 2015 11:29, Baptiste Mathus wrote:
 
 Le 9 févr. 2015 08:13, Per Arnold Blaasmo
 per-arnold.blaa...@atmel.com mailto:per-arnold.blaa...@atmel.com a
 écrit :

 On 06. feb. 2015 16:41, Craig Rodrigues wrote:
 
 
  On Fri, Feb 6, 2015 at 5:22 AM, Jesse Glick jgl...@cloudbees.com
 mailto:jgl...@cloudbees.com
  mailto:jgl...@cloudbees.com mailto:jgl...@cloudbees.com wrote:
 
 
  Probably this and other issues in multiple-scms are not really
  fixable, given the design of the SCM interface. My recommendation is
  to avoid that plugin, and if you need multiple checkouts in one
 build,
  use Workflow which supports this natively.
 
 
 
   I can't speak for Per Arnold Blaasmo, but at least for me, I
  have a *lot* of Jenkins jobs using Multiple SCM's plugins, so
  migrating to Workflow off the bat would be nontrivial.
 
 This is not good news for me either :-(

 We have two main repo types in the company, Subversion and Git.
 And though many are using and migrating to Git, there will be a
 dependency to subversion for a long time yet.

 
 BTW, I'm quite curious why this is an issue. We also have both Git and
 subversion repositories here and this is no issue at all.
 
 You mean for the same project (meaning same lifecycle, one release,
 etc.) you can have your sources spanned onto both svn AND Git repositories?
 

We have build jobs that are dependent on code from both git repos and
subversion repos.

So, in the build job we need to check out code from both git and
subversion. Normally different subfolders in the build workspace.

Is this good designnaaahh not really, but currently - so it is.
There is different reason why it is like this, and each project has its
reasons.

As long as you only have code from one type of repo, this is no
problems, but the reason for the multiple-scm plugin is to be able to
check out from repos of same or different type.

Per A.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/54D8C27C.2090906%40atmel.com.
For more options, visit https://groups.google.com/d/optout.


Re: The old plugin version still visible after update

2015-02-09 Thread Baptiste Mathus
What is your Jenkins version?
Le 9 févr. 2015 09:12, Giltsl gil...@gmail.com a écrit :

 Hi,

 We had been published a new version (2.2) for the TestFairy plugin
 https://wiki.jenkins-ci.org/display/JENKINS/TestFairy+Plugin, it's
 already listed on update-center.json
 http://ftp-chi.osuosl.org/pub/jenkins/updates/current/update-center.json

 But I still can install only the previous version 1.0 (the new version is
 not visible)

 In addition, the link to the new hpi file (2.2) is broken on
 http://updates.jenkins-ci.org/download/plugins/TestFairy/

 Please advise how it should be fixed
 Thanks
 Gil

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/3e24ce15-efb3-4947-92c2-f677291902d7%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/3e24ce15-efb3-4947-92c2-f677291902d7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS6RY8bX9QXTS%2BpV_mkRbuCNfh%3DgNZARrYehctROudR-Xg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: RootAction and ListBoxModel

2015-02-09 Thread Ivo Bellin Salarin
ui-samples-plugin was the answer. :-)

Le Mon Feb 09 2015 at 12:16:29 PM, Ivo Bellin Salarin 
ivo.bellinsala...@gmail.com a écrit :

 Hi all,

 I'm trying to create a root action whose page shows a couple of listboxes.

 These listboxes should be populated according to a REST API response.

 The content of the second listbox should depend over the selection of the
 first listbox selected item.

 Well, I've started implementing all this. But the existing primer about
 jelly interfaces is too light, and the jelly reference is too high for my
 level.

 I've had a look at a bunch of plugins, but none suited my needs. I've been
 successful registering my root action, but I wasn't able to fill listboxes.

 * Can I add a descriptor to a root action?
 * Do you know any plugin with a behavior similar to what I'm searching for?
 * Do you think that the
 https://github.com/CloudBees-community/clickstart-rest-plugin could be a
 good start point for my research?

 Thanks in advance,
 Ivo


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPc4eF_2oP-5DJjAR0r2AE1DVgphb-JRLTp_Kqx1p%2Be7bB5ePQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: The old plugin version still visible after update

2015-02-09 Thread Giltsl
It is not a version problem. I am using the latest Jenkins version.

Maybe it's related to some artifactId mismatch I did.
When I released the version, I used testfairy instead of TestFairy as an 
artifactId in my pom.xml.
http://mirrors.jenkins-ci.org/plugins/testfairy/2.2/testfairy.hpi  will 
return 404
http://mirrors.jenkins-ci.org/plugins/TestFairy/2.2/TestFairy.hpi work 


Thanks for your help.


On Monday, February 9, 2015 at 12:34:30 PM UTC+2, Baptiste Mathus wrote:

 Last plugin version seems to require 1.596 which is very recent. Maybe 
 your Jenkins version is just  1.596?
 Le 9 févr. 2015 11:31, Baptiste Mathus bma...@batmat.net javascript: 
 a écrit :

 What is your Jenkins version?
 Le 9 févr. 2015 09:12, Giltsl gil...@gmail.com javascript: a écrit 
 :

 Hi, 

 We had been published a new version (2.2) for the TestFairy plugin 
 https://wiki.jenkins-ci.org/display/JENKINS/TestFairy+Plugin, it's 
 already listed on update-center.json 
 http://ftp-chi.osuosl.org/pub/jenkins/updates/current/update-center.json
  
 But I still can install only the previous version 1.0 (the new version 
 is not visible)

 In addition, the link to the new hpi file (2.2) is broken on 
 http://updates.jenkins-ci.org/download/plugins/TestFairy/

 Please advise how it should be fixed
 Thanks
 Gil

 -- 
 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...@googlegroups.com javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/3e24ce15-efb3-4947-92c2-f677291902d7%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/3e24ce15-efb3-4947-92c2-f677291902d7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/cc8b2706-a809-426b-9a94-12957839104b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GitSCM: AuthorInChangelog should not require workspace for polling?

2015-02-09 Thread tommy.warchol
I admit that I don't fully understand when workspace is required, but 
AFAICS AuthorInChangelog extension don't need it. Please correct me if I am 
wrong.

Anyway, my real problem is a little more complicated:

* single Git SCM configured with AuthorInChangelog (blame gerrit)
* SCM Poll configured
* slaves are on-demand Amazon instances, so they are mostly offline when 
build starts
* workspace is deleted after build


Now, from what I can see in this configuration every time poll fires, full 
build is executed. Obviously, not something I would like to get. And 
removing AuthorInChangelog extensions fixes everything - builds are 
executed only when changes are really present. Is everything OK with this 
scenario? Am I expecting something impossible? Please, advice.


Env data:

Jenkins: 1.595
git-client-plugin: 1.15.0
git-plugin: 2.3.3

Polling log:

Started on Feb 9, 2015 2:05:00 PM
No workspace is available, so can’t check for updates.
Scheduling a new build to get a workspace. (nonexisting_workspace)
Done. Took 36 ms
Changes found


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/6948a967-21cc-4e58-ba34-d2620d07dcc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cloud slave never provisioned (sometimes)

2015-02-09 Thread Suckow, Thomas J
The erroneous 1 is caused by a change in 2013.
https://github.com/jenkinsci/jenkins/pull/742

Now to track down the 0.

-
Thomas

On 2/9/15, 9:44 AM, Suckow, Thomas J thomas.suc...@pnnl.gov wrote:

Looking into this further I come across this interesting nugget:

println( 
Jenkins.getInstance().unlabeledNodeProvisioner.stat.computeQueueLength() )
println( Label.get(mylabel).nodeProvisioner.stat.computeQueueLength()
)

Gives:
1
0

Meaning, it is on a queue as unlabeled. Yet, the only job in the queue
states: pending‹All nodes of label Œmylabel¹ are offline


Anyone have ideas about how this might occur?

-
Thomas




From:  Suckow, Thomas Suckow
Subject:  Re: Cloud slave never provisioned (sometimes)


I am not convinced that the durable task plugin is to blame.

I am seeing a long line of:
FINE hudson.slaves.NodeProvisioner
Queue length 0 is less than the idle capacity 0. No provisioning strategy
required

Yet I have 8 jobs in the build queue. Something is afoot. I'l keep digging
when I have
 time. Any input on where I should look next is appreciated.


From: Stephen Connolly
Subject: Re: Cloud slave never provisioned (sometimes)


Note there was another deadlock found. There is an open pull request
pending to fix that one



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/D0FE7F00.ED60%25thomas.suckow%40pnnl.gov.
For more options, visit https://groups.google.com/d/optout.