Re: Multibranch (Pipeline) / Branch tracking

2016-06-24 Thread Christoph M
Hi Sverre and thanks for your reply! This solution looks like it would solve our problem. So I tried to set up the plugin with its git but I get some problems with the SSH connection. I created a private/public keypair and pasted the public key to my user config page (as described here:

Re: Unable to get HTTPS working

2016-06-24 Thread Willem D'Haese
Fyi, the above does work for port 1443. Not for 443. On Friday, 24 June 2016 12:48:09 UTC+2, Willem D'Haese wrote: > > Hello, > > I'm relaticely new with Jenkins. Just did a clean install on a CentOS 7 > server which worked fine.. I have a pfx generated by our privtae pki and > would like to

Re: How to create custom Jenkins plugin for the .NET project ?

2016-06-24 Thread Tom Moore
For Company and Copyright, why aren't you just editing the file and saving it in your repository? Those values shouldn't change enough to warrant build time modification. The values in AssemblyInfo.cs that are most likely candidates for build time modification are: [assembly:

Re: Jenkins in docker including email credentials

2016-06-24 Thread Daniel Beck
https://wiki.jenkins-ci.org/display/JENKINS/Post-initialization+script may be an alternative to copying files around. It'll require some knowledge of Jenkins internals though. I don't know how far along https://github.com/jenkinsci/system-config-dsl-plugin is, but it may be an alternative to

Paris Jenkins Area Meetup

2016-06-24 Thread inforedaster .
Hello, Join us in our new Paris Jenkins Area Meetup groupe we are exited to see you as soon as possible in our first meet in Paris. Reda meetu.ps/2YqJtd -- *Cordilally* *Cordialement.* -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Jenkins in docker including email credentials

2016-06-24 Thread Wesley Connor
I am setting up a docker image which will start Jenkins in a known state, this will be deployed to multiple users to run standalone and it will populate its jobs from a dsl script in a separate repository. By copying the files that I need from a running Jenkins instance I have been able to

Unable to get HTTPS working

2016-06-24 Thread Willem D'Haese
Hello, I'm relaticely new with Jenkins. Just did a clean install on a CentOS 7 server which worked fine.. I have a pfx generated by our privtae pki and would like to configure SSL for the Jenkins webpage with this certificate. So I edited the jenkins configuration file to:

Update center is down?

2016-06-24 Thread Ginga, Dick
I am getting this: Cannot Load Update Center IOException: The host did not accept the connection within timeout of 5000 ms Dick Ginga, Informatics R PerkinElmer Inc. | For the Better HUMAN HEALTH | ENVIRONMENTAL HEALTH 940 Winter Street, Waltham MA 02451

Re: How to create custom Jenkins plugin for the .NET project ?

2016-06-24 Thread Slide
I use the MSBuild Community tasks to do this. I generate a GlobalVersion.cs file during the build which is included in my projects. This file contains common assembly attributes. You could even pass in git or other SCM revision information as a property to be included in the version. On Fri, Jun

Linux shell script trap only works sometimes

2016-06-24 Thread Kristian
Hey, I have a question. I created a job with this sample script: ** #!/bin/bash trap "echo 'User has aborted this script'" TERM result=0 for i in {0..1000..20} do result=$(($result + 1)) echo $result ... sleep 1 done echo "Result is $result" ** When I start

what is it doing at startup?

2016-06-24 Thread Sorin
Hi all, is there a way to trace what's trying and failing, because sometimes it needs like half an hour to start? See log below for timestamps - it's really taking its time with... things... The same happens with a fresh install from my backup zip (the one usually starting in a snap). I don't

Re: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-24 Thread praveen kumar jogi
Yes. We can install a tool on a Jenkins slave as part of the job. I wanted to install the tool on slave before connect it as slave to the master so then there is no need to install the tool on slave. Regarding the script, I'll change the script accordingly as you specified. Thank you so much for

Re: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-24 Thread praveen
Yes. We can install a tool on a Jenkins slave as part of the job. I wanted to install the tool on slave before connect it as slave to the master so then there is no need to install the tool on slave. Regarding the script, I'll change the script accordingly as you specified. Thank you so much

Re: How to create custom Jenkins plugin for the .NET project ?

2016-06-24 Thread Oleg Nenashev
I think it would be better to integrate the functionality into an existing plugin like https://wiki.jenkins-ci.org/display/JENKINS/Change+Assembly+Version . пятница, 24 июня 2016 г., 7:16:07 UTC+2 пользователь Vadivel Natarajan написал: > > Hi All, > > I would like to modify the

Jenkins not getting started

2016-06-24 Thread mansiydesai
Hi, I am stuck with Jenkins. I have deployed Jenkins on Glassfish. I updated the plugins and restarted Jenkins. It never showed up and is not getting started at all. I undeployed and redeployed it again but still same. It gives me below mentioned error: Failed to initialize Jenkins

Re: Issue with running csh commands in the jenkins "Execute Shell" commands

2016-06-24 Thread Martin d'Anjou
Check the contents of the .cshrc file, there is probably something setting or loading aliases there. You should also look into using something more modern like bash. On Thursday, June 23, 2016 at 12:36:21 PM UTC-4, sivarajesh jarugula wrote: > > I am running a Jenkins parameterized build along

Re: How to create custom Jenkins plugin for the .NET project ?

2016-06-24 Thread Gavin Mogan
I'm seconding the updating of the existing plugin That being said, I did write https://github.com/halkeye/AssemblyVersionChanger/blob/master/Main.cs a couple jobs ago that created a cli tool that would update the assembly information. That might be a good starting point. There might be better

Identifying failures when using parallel in a pipeline

2016-06-24 Thread euphxenos
I'm using parallel in a pipeline, and want to be able to identify which threads are failing when there's a failure. Since parallel doesn't return anything useful for this, I'm trying to catch the exceptions in a try/catch block, but no matter how many failures I have, I only ever seem to get a

Re: withCredentials not working in multibranch project?

2016-06-24 Thread Matias Montes
I am at this exact same point trying to figure it out, but it looks like this simply cannot be done at the moment :( El viernes, 10 de junio de 2016, 9:56:42 (UTC-3), Michael Irwin escribió: > > Versions (current for each)... > - Jenkins - 2.8 > - Credentials Plugin - 2.0.7 > - Credentials