Re: Signature verification failed in update site 'cloudbees-proprietary'

2015-04-17 Thread Jeff Vincent
I should note that I'm using Jenkins v1.605 currently. On Friday, April 17, 2015 at 4:32:16 PM UTC-6, Jeff Vincent wrote: > > A number of months ago, we had to put our Jenkins servers/slaves into a > secure dev environment with limited external access but I have pointed > Jenkins updates to a pr

Signature verification failed in update site 'cloudbees-proprietary'

2015-04-17 Thread Jeff Vincent
A number of months ago, we had to put our Jenkins servers/slaves into a secure dev environment with limited external access but I have pointed Jenkins updates to a proxy server that has been working. I hadn't checked for updates in a while, but noticed today that about 28 days ago it stopped

Re: Active directory plugin failing to connect to server after restarting Windows Server 2k12R2

2015-04-17 Thread John Weismiller
Update: I think I figured it out. It appears that the service is started before the rest of the networking subsystem is up. I manually added the following within the block to C:\Program Files (x86)\Jenkins\Jenkins.xml: DNS Then stopped the Jenkins service, and unregistered and registered the

Re: Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread rqui
Nevermind. It's fixed. :-). I just made sure the regex was correct and there were no typos. Thanks. -- 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-u

docker-plugin 0.8 : jenkins 1.609 : issues and fixes

2015-04-17 Thread Hanasaki Jiji
Looking at using docker-plugin vs arquillian cube. For the current needs, prefer the plugin since it puts control of the docker vm's outside of developer and the use of docker for the slave is hidden. Few issues I ran into: 1. docker slaves are launched but jenkins cannot ssh to them (sam

Re: M2 Release Plugin - MAVE_OPTS not picked up and getting java.lang.OutOfMemoryError: PermGen space

2015-04-17 Thread James Nord
The memory arguments don't get injected randomly - so I would track down where the values 384m and 192m are set and work backwards. If possible can you post your job config.xml and the full output of the build? /James On Friday, 10 April 2015 16:56:59 UTC+1, Keith O'Brien wrote: > > Hi all,

Re: How to resolve "Process leaked file descriptor" issue which caused job failure in Jenkins

2015-04-17 Thread Victoria Wei Lei
Super!! It worked by adding Exit 0 in the end of batch. The "process leaking file descriptor" still there, but Jenkins returns Success. Thank you so much, Mark! Best regards Victoria On Thursday, April 16, 2015 at 5:08:28 PM UTC-5, Mark Waite wrote: > > I think those two lines are independe

Re: Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread rqui
Sorry. 1. The token doesn't get expanded in the actual email; it just displays the code as I have it in the job. 2. Sorry that's a typo on my part, its spelled correctly in my job. Do you really think its a "version" issue with the plugin and Jenkins? -- You received this message because you

Active directory plugin failing to connect to server after restarting Windows Server 2k12R2

2015-04-17 Thread John Weismiller
Hi all, I am attempting to setup a Jenkins installation (currently in a testing virtual machine), and I would like to use active directory so that I don't need to manage the users. Everything works perfectly fine after I enable the plugin, and I can log in using my local windows account. Howe

Re: Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread Christopher Orr
On 17/04/15 18:54, rquitania wrote: Jenkins ver: 1.580.1-SNAPSHOT Email-ext plugin ver: 2.38.2 I am trying to use the ${BUILD_LOG_EXCERPT} token in the email-ext but it does not seem to work for me. Here is my code: ${BUILD_LOG_EXCEPRT, start="^.*?Log:.*?$", end="^.*?Error code:.*?$"} What am

Issue with using ${BUILD_LOG_EXCERPT}

2015-04-17 Thread rquitania
Jenkins ver: 1.580.1-SNAPSHOT Email-ext plugin ver: 2.38.2 I am trying to use the ${BUILD_LOG_EXCERPT} token in the email-ext but it does not seem to work for me. Here is my code: ${BUILD_LOG_EXCEPRT, start="^.*?Log:.*?$", end="^.*?Error code:.*?$"} What am I doing wrong? -- You received th

Re: how to add many jobs in jenkins for all projects at once

2015-04-17 Thread Fatiha
OK I will try it ... thank you Le jeudi 16 avril 2015 12:22:36 UTC+1, Carlos Lucas a écrit : > > Maybe the JobDSL plugin can helps you ( > https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin ) > With that plugin you can make a script that builds jobs automatically. If > you have your pro

RE: Git repository connection times out sometimes

2015-04-17 Thread Dunnigan, Terrence J
I noticed the improvement in 1.9.5, but looking at the release notes it appears that the upgrades have been happening for a while. https://github.com/msysgit/msysgit/releases/tag/Git-1.9.5-preview20150319 https://github.com/msysgit/msysgit/releases/tag/Git-1.9.4-preview20140815 On git 1.8.3: $ s

Any disadvantages in reusing the jobs for multiple projects by passing parameters from the preceding job

2015-04-17 Thread Krishna Desiraju
Could anyone please help to see if there are any potential disadvantages with this approach In our scenario, where we have multiple projects which get added frequently, we wanted to minimize the effort of creating jobs, so we thought of reusing the jobs with different parameters. And we are usi

Re: Git repository connection times out sometimes

2015-04-17 Thread Mark Waite
I wasn't aware that the msysgit team had been able to upgrade to a newer version of ssh. https://groups.google.com/forum/#!topic/msysgit/EqyLxeHudqc describes the approximately 1 MB/second bandwidth limit when cloning over OpenSSH using msysgit. Cloning with msysgit over PuTTY plink does not hav

Re: unpin plugin

2015-04-17 Thread Ashish Yadav
Yes but why would the plugin be overwritten by a lower version? I would expect it to at least stay the same version. On 4/17/15, 9:47 AM, "Daniel Beck" wrote: >On 17.04.2015, at 16:23, Ashish Yadav wrote: > >> Is this expected behavior? > >From https://wiki.jenkins-ci.org/display/JENKINS/Pinned

Re: unpin plugin

2015-04-17 Thread Daniel Beck
On 17.04.2015, at 16:23, Ashish Yadav wrote: > Is this expected behavior? >From https://wiki.jenkins-ci.org/display/JENKINS/Pinned+Plugins: > Pinned plugins will never be overwritten by bundled plugins during Jenkins > startup. By unpinning, you allowed it to be overwritten. -- You received

Jenkins plugins for Gitlab " merge request"

2015-04-17 Thread Fatiha
Hello, i use this jenkins plugin for the merge request in a job, biu i did not understand the difference between it and this other plugin ?? they do the same thing ? Thank you

unpin plugin

2015-04-17 Thread Ashish Yadav
Is this expected behavior? Current version: LDAP Plugin v 2.11 [Pinned to Jenkins] I clicked on un-pin After reboot of Jenkins, LDAP Plugin changed to version 2.6 It did not stay at 2.11. When you unpin a plugin, doesn’t that mean that you can now manually upgrade it to any later version. It sho

RE: Git repository connection times out sometimes

2015-04-17 Thread Dunnigan, Terrence J
Your job runs on the Jenkins master server. What version of the git client do you have installed on your Jenkins master? I have seen issues where earlier versions of git for Windows (pre-1.9.5) will hang during routine operations like git fetch. I’ve seen this happen both at my desk and in our

Re: Change subject in email-ext

2015-04-17 Thread Slide
def subject = 'Some Subject' if(build.result == Result.SUCCESS) { subject += ' - Build Succeeded!' } subject // required so that this is "returned" from the script On Wed, Apr 15, 2015, 23:52 Faizan Javed wrote: > Can you show me an example of groovy script? > > > On Wednesday, April

RE: Git repository connection times out sometimes

2015-04-17 Thread Jennifer Hofmeister
Hi, thanks for your idea! It sounded promising, however, there don’t seem to be any funny eddies in the network, and definitely no duplicate IPs. I now suspect a problem on the repository server’s side. Thanks, Jennifer From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegro