Re: Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-06-10 Thread Samuel Mackrill

Greg, 

Thanks, following this has at least got the polling stated. However it 
never sees any changes. My polling log looks like this: 

Started on 10-Jun-2013 11:10:22 
[workspace] $ cleartool lsview sam.mackrill_PBS_E3D_CI 
* sam.mackrill_PBS_E3D_CI \\ukcamd3832\views\sam.mackrill_PBS_E3D_CI.vws 
[workspace] $ cleartool startview sam.mackrill_PBS_E3D_CI 
[workspace] $ cleartool lsview sam.mackrill_PBS_E3D_CI 
* sam.mackrill_PBS_E3D_CI \\ukcamd3832\views\sam.mackrill_PBS_E3D_CI.vws 
[workspace] $ cleartool startview sam.mackrill_PBS_E3D_CI 
[m_] $ cleartool lshistory -all -since 10-jun-13.10:03:23utc+ -fmt 
'\%Nd\ \%u\ \%En\ \%Vn\ \%e\ \%o\ \n%c\n' -branch 
brtype:e3d_2.1_explorer1_ukcam -nco pdms009\PDMSNet\Aveva.Core.PBS 
Done. Took 0.79 sec 
No changes 

If I try and run the cleartool command manually then it fails because the 
-fmt needs double quotes ... 
If I replace the single quotes with doubles then it works. 

any insights gratefully received. 

-- 
Sam

-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: 'Even Load Strategy' Plugin

2013-06-10 Thread John Vacz

Thank you, I will give it a try.
-jv

Am 07.06.2013 23:15, schrieb Brendan Nolan:

Hi John,

Yes. The plugin will choose the least loaded node from the list of 
nodes that are applicable for a given job. So if jobs are tied to 
certain nodes via labelling this will be respected.


The plugin is now officially hosted - 
https://wiki.jenkins-ci.org/display/JENKINS/Least+Load+Plugin and you 
can get it via the update center.


Brendan


On Fri, Jun 7, 2013 at 6:01 PM, John Vacz 
mailing.list.collect...@googlemail.com 
mailto:mailing.list.collect...@googlemail.com wrote:


Very interesting, is this plugin compatible with lable expression?
If so, it would be perfect for us. We have some important jobs
must run on 64bit  fastest nodes, should not be balanced to
other slaves, but other normal jobs should be balanced to the
idle slaves.

-jv

Am 04.06.2013 09:00, schrieb Brendan Nolan:

Hi David,

I've created a new 'Least Load' plugin that offers similar
functionality to the Cloudbees plugin. I'm currently waiting to
get it hosted but you can get a copy from -
https://github.com/bstick12/jenkins-ci-leastload

Brendan

On Tuesday, September 25, 2012 3:57:49 PM UTC+1, David Aldrich
wrote:

Hi

We use open source Jenkins but have a use case that would
benefit from an ‘even load’ scheduler algorithm. I.e. where
idle machines are preferred to the build machine previously used.

I have just come across Cloudbees’ Jenkins Enterprise 'Even
Load Strategy Plugin’.  I don’t know yet what the licensing
issues for this plugin are.  I.e. can it be used with open
source Jenkins?

Perhaps a more suitable question for this list is: is there a
similar plugin available in the public domain?

Best regards

David

-- 
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 it,
send an email to jenkinsci-users+unsubscr...@googlegroups.com
mailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.







--
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Jenkins - Git build issue

2013-06-10 Thread Raja R
HI,

I am trying to set up CI using GIT with Jenkins. In the job set up i have 
provided all the basic information like git repository and all.
I have added id_rsa file also into C:\Windows\SysWOW64\config\systemprofile
.ssh. and C:\Program Files (x86)\Git\.ssh folders.
 For the first time i manually cloned repository in 
to C:\Users\raju\.jenkins\job\.
When i run Build Now, i am getting the following error. Could anyone help 
me do we need to add/configure our passphrase also somewhere in jenkins to 
build or what could be the possible reason for the below issue.

Fetching changes from 1 remote Git repository
Fetching upstream changes from origin

ERROR: Problem fetching from origin / origin - could be unavailable. Continuing 
anywayhudson.plugins.git.GitException 
http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException:
 Error performing command: C:/Program Files (x86)/Git/bin/git.exe fetch -t 
origin +refs/heads/*:refs/remotes/origin/*
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:781)
 
http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandInentity=method
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:740)
 
http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandentity=method
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.fetch(CliGitAPIImpl.java:161) 
http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.gitclient.CliGitAPIImpl.fetchentity=method
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:230) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitAPI.fetchentity=method
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:793) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.fetchFromentity=method
at hudson.plugins.git.GitSCM.access$000(GitSCM.java:57) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.access$000entity=method
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:977) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM$2.invokeentity=method
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM$2.invokeentity=method
at hudson.FilePath.act(FilePath.java:905) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=method
at hudson.FilePath.act(FilePath.java:878) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=method
at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.determineRevisionToBuildentity=method
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.checkoutentity=method
at hudson.model.AbstractProject.checkout(AbstractProject.java:1369) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkoutentity=method
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckoutentity=method
at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) 
http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkoutentity=method
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.runentity=method
at hudson.model.Run.execute(Run.java:1576) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.runentity=method
at hudson.model.ResourceController.execute(ResourceController.java:88) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method
at hudson.model.Executor.run(Executor.java:241) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=method
Caused by: java.lang.InterruptedException 
http://stacktrace.jenkins-ci.org/search?query=java.lang.InterruptedException  
  at java.lang.ProcessImpl.waitFor(Native Method)
at hudson.Proc$LocalProc.join(Proc.java:319)
at hudson.Launcher$ProcStarter.join(Launcher.java:360)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:770)
... 19 more
ERROR: Could not fetch from any repositoryjava.io.IOException 
http://stacktrace.jenkins-ci.org/search?query=java.io.IOException: Could not 
fetch from 

Email-ext plugin - dynamically modifying the recipient list

2013-06-10 Thread Bob Bick
Hi,

We are using the Email-ext plugin 2.24.1 to send out email notifications. 
Overall, it works great; however, I was given a new requirement:


* Send out email notifications to a list of users if the build is a 
release build. More specifically, there is a Boolean RELEASE_BUILD Job 
parameter that controls whether the build is a release build and there is a 
RELEASE_BUILD_EMAIL_DISTRIBUTION parameter that contains a list of users. If 
the RELEASE_BUILD Job parameter is true, then 
RELEASE_BUILD_EMAIL_DISTRIBUTION users should also receive the email 
notification.

I tried to use the Pre-send Script to change the recipient list dynamically. 
However, the Pre-send Script does not get invoked if there are no recipients.

My brute force solution was to put a dummy email account as the recipient (so 
that the Pre-send Script would always get invoked); and then use the Pre-send 
Script to change the recipient list dynamically. But, I really don't like this 
hacked solution since emails are always being sent to a dummy email account.

Q. Has anyone else ever had a similar requirement? If so, did you find a better 
solution?

Thanks in advance,

Bob

*** *** ***
This message contains information which may be confidential and privileged. 
Unless you are the addressee (or authorized to receive for the addressee), you 
may not use, copy or disclose to anyone the message or any information 
contained in the message. If you have received the message in error,  please 
advise the sender by reply e-mail and delete the message.

-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Email-ext plugin - dynamically modifying the recipient list

2013-06-10 Thread Slide
The email-ext plugin will check if the recipient list is empty before
trying to send the email (which is where the pre-send script is executed).
Putting a dummy address in is currently the only way you would be able to
achieve what you want to do.


On Mon, Jun 10, 2013 at 8:50 AM, Bob Bick bb...@netjets.com wrote:

  Hi,

 ** **

 We are using the Email-ext plugin 2.24.1 to send out email notifications.
 Overall, it works great; however, I was given a new requirement:

 ** **

 **· **Send out email notifications to a list of users if the
 build is a “release build”. More specifically, there is a Boolean
 RELEASE_BUILD Job parameter that controls whether the build is a “release
 build” and there is a RELEASE_BUILD_EMAIL_DISTRIBUTION parameter that
 contains a list of users. If the RELEASE_BUILD Job parameter is “true”,
 then RELEASE_BUILD_EMAIL_DISTRIBUTION users should also receive the email
 notification.

 ** **

 I tried to use the *Pre-send Script* to change the recipient list
 dynamically. However, the * Pre-send Script* does not get invoked if
 there are no recipients.

 ** **

 My “brute force” solution was to put a dummy email account as the
 recipient (so that the *Pre-send Script* would always get invoked); and
 then use the *Pre-send Script* to change the recipient list dynamically.
 But, I really don’t like this hacked solution since emails are always being
 sent to a dummy email account.

 ** **

 Q. Has anyone else ever had a similar requirement? If so, did you find a
 better solution?

 ** **

 Thanks in advance,

 ** **

 Bob


 *** *** ***
 This message contains information which may be confidential and
 privileged. Unless you are the addressee (or authorized to receive for the
 addressee), you may not use, copy or disclose to anyone the message or any
 information contained in the message. If you have received the message in
 error,  please advise the sender by reply e-mail and delete the message.

 --
 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 it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Website: http://earl-of-code.com

-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




RE: Email-ext plugin - dynamically modifying the recipient list

2013-06-10 Thread Bob Bick
Thanks for the quick response. I was afraid that that was the only solution :(

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide
Sent: Monday, June 10, 2013 11:52 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Email-ext plugin - dynamically modifying the recipient list

The email-ext plugin will check if the recipient list is empty before trying to 
send the email (which is where the pre-send script is executed). Putting a 
dummy address in is currently the only way you would be able to achieve what 
you want to do.

On Mon, Jun 10, 2013 at 8:50 AM, Bob Bick 
bb...@netjets.commailto:bb...@netjets.com wrote:
Hi,

We are using the Email-ext plugin 2.24.1 to send out email notifications. 
Overall, it works great; however, I was given a new requirement:


* Send out email notifications to a list of users if the build is a 
release build. More specifically, there is a Boolean RELEASE_BUILD Job 
parameter that controls whether the build is a release build and there is a 
RELEASE_BUILD_EMAIL_DISTRIBUTION parameter that contains a list of users. If 
the RELEASE_BUILD Job parameter is true, then 
RELEASE_BUILD_EMAIL_DISTRIBUTION users should also receive the email 
notification.

I tried to use the Pre-send Script to change the recipient list dynamically. 
However, the Pre-send Script does not get invoked if there are no recipients.

My brute force solution was to put a dummy email account as the recipient (so 
that the Pre-send Script would always get invoked); and then use the Pre-send 
Script to change the recipient list dynamically. But, I really don't like this 
hacked solution since emails are always being sent to a dummy email account.

Q. Has anyone else ever had a similar requirement? If so, did you find a better 
solution?

Thanks in advance,

Bob

*** *** ***
This message contains information which may be confidential and privileged. 
Unless you are the addressee (or authorized to receive for the addressee), you 
may not use, copy or disclose to anyone the message or any information 
contained in the message. If you have received the message in error,  please 
advise the sender by reply e-mail and delete the message.
--
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 it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.commailto:jenkinsci-users%2bunsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.





--
Website: http://earl-of-code.com
--
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 it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



*** *** ***
This message contains information which may be confidential and privileged. 
Unless you are the addressee (or authorized to receive for the addressee), you 
may not use, copy or disclose to anyone the message or any information 
contained in the message. If you have received the message in error,  please 
advise the sender by reply e-mail and delete the message.

-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Email-ext plugin - dynamically modifying the recipient list

2013-06-10 Thread Slide
You can always file a JIRA on it, I am not sure of the mechanics of
changing the location of the execution of the pre-send script since I can't
look at the code right now, but its something that could possibly be
changed.


On Mon, Jun 10, 2013 at 8:54 AM, Bob Bick bb...@netjets.com wrote:

  Thanks for the quick response. I was afraid that that was the only
 solution L 

 ** **

 *From:* jenkinsci-users@googlegroups.com [mailto:
 jenkinsci-users@googlegroups.com] *On Behalf Of *Slide
 *Sent:* Monday, June 10, 2013 11:52 AM
 *To:* jenkinsci-users@googlegroups.com
 *Subject:* Re: Email-ext plugin - dynamically modifying the recipient list
 

 ** **

 The email-ext plugin will check if the recipient list is empty before
 trying to send the email (which is where the pre-send script is executed).
 Putting a dummy address in is currently the only way you would be able to
 achieve what you want to do.

 ** **

 On Mon, Jun 10, 2013 at 8:50 AM, Bob Bick bb...@netjets.com wrote:

 Hi,

  

 We are using the Email-ext plugin 2.24.1 to send out email notifications.
 Overall, it works great; however, I was given a new requirement:

  

 · Send out email notifications to a list of users if the build is
 a “release build”. More specifically, there is a Boolean RELEASE_BUILD Job
 parameter that controls whether the build is a “release build” and there is
 a RELEASE_BUILD_EMAIL_DISTRIBUTION parameter that contains a list of users.
 If the RELEASE_BUILD Job parameter is “true”, then
 RELEASE_BUILD_EMAIL_DISTRIBUTION users should also receive the email
 notification.

  

 I tried to use the *Pre-send Script* to change the recipient list
 dynamically. However, the * Pre-send Script* does not get invoked if
 there are no recipients.

  

 My “brute force” solution was to put a dummy email account as the
 recipient (so that the *Pre-send Script* would always get invoked); and
 then use the *Pre-send Script* to change the recipient list dynamically.
 But, I really don’t like this hacked solution since emails are always being
 sent to a dummy email account.

  

 Q. Has anyone else ever had a similar requirement? If so, did you find a
 better solution?

  

 Thanks in advance,

  

 Bob


 *** *** ***
 This message contains information which may be confidential and
 privileged. Unless you are the addressee (or authorized to receive for the
 addressee), you may not use, copy or disclose to anyone the message or any
 information contained in the message. If you have received the message in
 error,  please advise the sender by reply e-mail and delete the message.**
 **

 --
 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 it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

  



 

 ** **

 --
 Website: http://earl-of-code.com 

 --
 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 it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

  


 *** *** ***
 This message contains information which may be confidential and
 privileged. Unless you are the addressee (or authorized to receive for the
 addressee), you may not use, copy or disclose to anyone the message or any
 information contained in the message. If you have received the message in
 error,  please advise the sender by reply e-mail and delete the message.

 --
 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 it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Website: http://earl-of-code.com

-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




exception accessing jenkins-ci.org

2013-06-10 Thread Kamal Ahmed
when i access http://jenkins-ci.org/

i get :


warning: unlink(/tmp/cache_lock) [function.unlink]: No such file or directory 
in /etc/drupal/6/sites/default/modules/cacherouter/Cache.php on line 124.

Can some one please fix this

Thanks,
-Kamal.

-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-06-10 Thread Greg Moncreaff
 
1.  The string that shows up in the poll log and what works on the cmd line 
may not be the same.  There could be some quote escaping needed.
 
2.   What I think you absolutely need to work is
2.a  view tag and view name must be exactly same thing, in your case 
sam.mackrill_PBS_E3D_CI
2.b  the load rules must be fully qualified path without drive letter
 
if your view is mounted on M:\
and you can access the part of SCM you care about as M:\
sam.mackrill_PBS_E3D_CI\pdms009\PDMSNet\Aveva.Core.PBS
 
then your view root should be M:\
then your load rule should be \pdms009\PDMSNet\Aveva.Core.PBS

 

   



-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: 32-bit or 64-bit JRE for Windows 64-bit slave?

2013-06-10 Thread Richard J
Setting up a Windows slave using a default install of Windows Server 2008R2 
x64 involves a number of steps.  
I've finally gotten to the point where I can do it successfully on multiple 
machines.
 
If you are just having the problem of x64 and x86 java, then you probably 
forgot the workaround that allows the Jenkins client app find the Java x64.
As someone else said, you can specify a java version in the xml, but that 
assumes that you have already connected.
 
To start the process, after you've installed java x64, adjusted the 
registry key permissions etc, etc, do the following
 

mklink /H c:\windows\syswow64\java.exe c:\windows\system32\java.exe
 
 
 

On Friday, June 7, 2013 12:35:29 AM UTC-7, David Aldrich wrote:

  Hi

  

 We run several Jenkins slaves on Windows XP 64-bit and are now build a 
 Windows 7 64-bit slave.

  

 We found it necessary to install both 32-bit and 64-bit JRE on Windows XP 
 64-bit in order to get the Jenkins slave to launch.

  

 I doubt that installing both JRE’s is really necessary.  Please can anyone 
 tell me which JRE to install and tell me of anything to specially take note 
 of?

  

 Best regards

  

 David

  
  

-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Issue with Publish Over ssh : ssh fails to connect

2013-06-10 Thread Jagan Kalluri
Hello, I am trying to configure a deploy job using publisgh over ssh  and 
fails for few servers. I am able to connect the same using putty.Please 
find complete log below.

Note : I am able to use teh same set up for some servers , only few servers 
are failing

Info :  Jenkins Version : Jenkins ver. 1.509.1 http://jenkins-ci.org/runs on 
Tomcat installed on Linux  2.6.18
Target server also l Linux  2.6.18




Jun 10, 2013 4:13:31 PM 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration connect
WARNING: Failed to connect session for config [xxx@xxx]. 
Message [Auth fail]
com.jcraft.jsch.JSchException: Auth fail
at com.jcraft.jsch.Session.connect(Session.java:464)
at 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration.connect(BapSshHostConfiguration.java:221)
at 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration.createClient(BapSshHostConfiguration.java:135)
at 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration.createClient(BapSshHostConfiguration.java:112)
at 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration.createClient(BapSshHostConfiguration.java:51)
at 
jenkins.plugins.publish_over.BapPublisher$Performer.perform(BapPublisher.java:229)
at 
jenkins.plugins.publish_over.BapPublisher$Performer.access$000(BapPublisher.java:205)
at 
jenkins.plugins.publish_over.BapPublisher.perform(BapPublisher.java:158)
at 
jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:64)
at 
jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:37)
at hudson.FilePath.act(FilePath.java:904)
at hudson.FilePath.act(FilePath.java:877)
at 
jenkins.plugins.publish_over.BPInstanceConfig.perform(BPInstanceConfig.java:138)
at jenkins.plugins.publish_over.BPPlugin.perform(BPPlugin.java:111)
at 
jenkins.plugins.publish_over_ssh.BapSshBuilderPlugin.perform(BapSshBuilderPlugin.java:64)
at 
org.jenkinsci.plugins.conditionalbuildstep.BuilderChain.perform(BuilderChain.java:75)
at 
org.jenkins_ci.plugins.run_condition.BuildStepRunner$2.run(BuildStepRunner.java:110)
at 
org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail.conditionalRun(BuildStepRunner.java:154)
at 
org.jenkins_ci.plugins.run_condition.BuildStepRunner.perform(BuildStepRunner.java:105)
at 
org.jenkinsci.plugins.conditionalbuildstep.ConditionalBuilder.perform(ConditionalBuilder.java:117)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:802)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:160)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:584)
at hudson.model.Run.execute(Run.java:1575)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at 
hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
Jun 10, 2013 4:13:31 PM jenkins.plugins.publish_over.BPCallablePublisher 
invoke
WARNING: Exception when publishing, exception message [Failed to connect 
session for config [xxx@xxx]. Message [Auth fail]]
jenkins.plugins.publish_over.BapPublisherException: Failed to connect 
session for config [xxx@xxx]. Message [Auth fail]
at 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration.connect(BapSshHostConfiguration.java:225)
at 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration.createClient(BapSshHostConfiguration.java:135)
at 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration.createClient(BapSshHostConfiguration.java:112)
at 
jenkins.plugins.publish_over_ssh.BapSshHostConfiguration.createClient(BapSshHostConfiguration.java:51)
at 
jenkins.plugins.publish_over.BapPublisher$Performer.perform(BapPublisher.java:229)
at 
jenkins.plugins.publish_over.BapPublisher$Performer.access$000(BapPublisher.java:205)
at 
jenkins.plugins.publish_over.BapPublisher.perform(BapPublisher.java:158)
at 
jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:64)
at 
jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:37)
at hudson.FilePath.act(FilePath.java:904)
at hudson.FilePath.act(FilePath.java:877)
at 
jenkins.plugins.publish_over.BPInstanceConfig.perform(BPInstanceConfig.java:138)
at jenkins.plugins.publish_over.BPPlugin.perform(BPPlugin.java:111)
at 
jenkins.plugins.publish_over_ssh.BapSshBuilderPlugin.perform(BapSshBuilderPlugin.java:64)
at 
org.jenkinsci.plugins.conditionalbuildstep.BuilderChain.perform(BuilderChain.java:75)
at 

Jenkins on Windows Server 2008 unable to connect to updates site

2013-06-10 Thread Andrew Sumner
I have this setup on an Windows XP Machine on our network without any 
issues, but in the process of moving it to a Windows Server and its not 
working so well.  I'm trying to get the ops guys to look at the proxy but 
having problems getting them to do anything at the moment.  

Has anyone encountered this or have any suggestions for areas to look at?

-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: set Gradle artifacts directory common for all projects

2013-06-10 Thread Richard Bywater
This is probably because of
https://issues.jenkins-ci.org/browse/JENKINS-17386

Richard.


On Fri, Jun 7, 2013 at 8:43 PM, wujek.sru...@gmail.com wrote:

 Actually, the Gradle distribution and all dependencies are downloaded _for
 each build_. This is bad. I'm running jenkins with 'java -jar jenkins.war'
 if it matters.

 wujek


 On Friday, June 7, 2013 10:32:13 AM UTC+2, wujek@gmail.com wrote:

 Hi. I'm using the latest Gradle plugin and I noticed that all projects
 have all Gradle artifacts stored in their own workspace. This means, each
 project will have its own Gradle distribution (I'm using gradle wrapper)
 and their own copies of all artifacts. This seems pretty wasteful.
 Is there a way to configure a common directory for the wrappers and
 artifacts? Just as when I use Gradle on the command line everything is
 stored in ~/.gradle by default? Some variable, somehow, somewhere?

 wujek

  --
 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 it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: troubleshooting: send failure emails to committers of an upstream job?

2013-06-10 Thread Mishael Kim
Just in case anyone was wondering... I found a much easier way to take care
of my problem.

In JobA, trigger a blocked JobB.  If JobB failed, then set JobA as unstable.
Now within JobA, if it is unstable, send out an email with the committers.
 No need to send any changes info down into JobB or anything.

Mondays are much better than Fridays.



On Thu, Jun 6, 2013 at 12:33 AM, Mishael Kim mish...@gmail.com wrote:

 Hi All,

 I'd like to send emails to committers whenever my Test job has failed.
  This Test job is downstream of a Build job that has all of the changelog
 and committers information.

 Just some background of my setup, Build job and Test job both use the same
 workspace.  The Build job triggers the Test job using the Parameterized
 Trigger using the blocking the job until triggered is finished option.  In
 a quick summary, I only want to notify the committers when the Tests run
 and fail, and not when the Builds fail.

 I've tried a couple methods, and I'm in need of some help.  I'd love to
 get some of your suggestions if you have been able to set this up properly.

 1.  Blame Upstream Committers plugin - I linked the two jobs together
 using an archived and fingerprinted file that is static in the workspace.
  I added the post-build action Mail upstream committers when build fails
 before my Editable Email Notification post-build action.  The committers
 don't seem to be receiving emails on failures.

 2.  Promote Builds Plugin - within the Build job, I used the option
 Promote: when the following downstream projects build successfully (and
 also trigger when unstable), and under actions I added the Editable Email
 Notification.  The Build job seem to get promoted after the Test job
 finishes without any issues, but no emails are getting sent to the
 committers.

 Am I doing something obviously wrong and stupid with either of these
 plugins?
 Is there another simplier/cleaner way to get this done without these
 plugins?

 -mishael

 --
 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 it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Anyone maintaining the shelve-project-plugin-plugin?

2013-06-10 Thread Ben P
Hi -

I submitted a pull request on a change to this 
pluginhttps://github.com/jenkinsci/shelve-project-plugin-plugin/, 
when I noticed that there was already a pull request on this plugin from a 
few months 
agohttps://github.com/jenkinsci/shelve-project-plugin-plugin/pulls. 
(It was for something I was also considering coding up, so was glad to see 
someone had already taken a cut at it!)

In any case, I'm not sure if anyone is maintaining this plugin? If not, I'm 
happy to put some time into it. Or, if it's been obsoleted by a different 
plugin, I'm all ears.

Thanks either way!


-- 
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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.