Specifing git branch via a parameter

2018-08-09 Thread MDKF
Hi All, I have a pipeline that starts out like this: pipeline { > > agent any > > parameters { > > string(defaultValue: 'develop', description: 'branch', name: >> 'Branch') > > } > > stages { > > stage('Checkout') { > >steps { > > checkout([$class: 'GitSCM', branches: [

Pipeline when condition issue

2018-08-28 Thread MDKF
Hi All, I have the following pipeline. I don't expect the steps in the when condition to run, but they are. Can anyone tell me what i'm doing wrong? (I know using an expression instead of a simple equals is overkill, but this is a simplified example to show my issue) -Michael pipeline { // D

New Jenkins server and BlueOcean won't load

2018-12-10 Thread MDKF
HI, I just setup a new Jenkins instance and installed BlueOcean. Jenkins works fine, but when clicking any link into BlueOcean, the blue progress bar moves most of the way, but the page never loads. There are no errors in jenkins.log. How do I debug this? -Michael -- You received this message

Re: New Jenkins server and BlueOcean won't load

2018-12-11 Thread MDKF
It doesn't open in any browser. On Tuesday, December 11, 2018 at 5:00:02 AM UTC-5, Pranav Kv wrote: > > Remove cache in ur browser and try.. Hope, that will be resolve issues. > > Pranav KV > > On Tue, 11 Dec 2018, 1:09 am MDKF > wrote: > >> HI, >>

Re: New Jenkins server and BlueOcean won't load

2018-12-18 Thread MDKF
When Jenkins installed, it installed some, but not all of the required BlueOcean plugins, hence the failure to load. On Tuesday, December 11, 2018 at 11:42:01 AM UTC-5, MDKF wrote: > > It doesn't open in any browser. > > On Tuesday, December 11, 2018 at 5:00:02 AM UTC-5

Issue with Active Choices plugin

2019-01-11 Thread MDKF
I created a multi select parameter in a pipeline job. When the job is run, all of the selected parameters are concatenated into a single long string instead of into a list as expected. How can I fix this? -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Can anoyone help determine the cause of a Jenkins crash.

2012-11-12 Thread MDKF
Hi All, My Jenkins server died last night. I found the following text in the error log. Can anyone help me decipher what happened? Ive had these out of memory exceptions before. Nov 11, 2012 12:39:50 AM winstone.Logger logInternal SEVERE: Error while serving http://nwd2hscjnks/job/VectorGenera

Re: Can anoyone help determine the cause of a Jenkins crash.

2012-11-14 Thread MDKF
heap space*" > Try increasing in JAVA_OPTS > > Thanks > > On Mon, Nov 12, 2012 at 9:06 PM, MDKF >wrote: > >> Hi All, >> My Jenkins server died last night. I found the following text in the >> error log. Can anyone help me decipher what happ

Re: Can anoyone help determine the cause of a Jenkins crash.

2012-11-15 Thread MDKF
Can anyone help with this issue? On Monday, November 12, 2012 10:36:13 AM UTC-5, MDKF wrote: > > Hi All, > My Jenkins server died last night. I found the following text in the > error log. Can anyone help me decipher what happened? Ive had these out of > memory exceptions befor

Re: Installing Jenkins on Windows Server 2012 Standard fails

2012-11-26 Thread MDKF
Check for the cause in jenkins.err.log in the directory where jenkins.war is located. On Sunday, November 25, 2012 9:26:07 PM UTC-5, Drew Mace wrote: > > I'm trying to install Jenkins on a Windows Server 2012 Standard edition > box but hit a snag - I am getting an error: Service 'Jenkins' (Jenk

Frequent crashes

2013-02-18 Thread MDKF
Hi all, Jenkins keeps crashing randomly. There seems to be no particular trigger. Any idea whats happening? Heres my log: Running from: C:\Program Files (x86)\Jenkins\jenkins.war webroot: EnvVars.masterEnvVars.get("JENKINS_HOME") Jenkins home directory: C:\Program Files (x86)\Jenkins found

Re: Error Copying artifacts when specifying a build parameter

2013-02-28 Thread MDKF
I see my picture didn't make it the first time. -- 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,

Re: Error Copying artifacts when specifying a build parameter

2013-03-03 Thread MDKF
hich is used in the copy artifact buildstep. > > As it seems that that is missing in your case. > > Chris. > > > On Thursday, 28 February 2013 22:50:05 UTC, MDKF wrote: >> >> I see my picture didn't make it the first time. >> > -- You received this messa

Re: Error Copying artifacts when specifying a build parameter

2013-03-04 Thread MDKF
. > > This was a poor way of passing this from the parameter section to the > build step, and there is a Pull request to modify this, which has better > error checking for these cases. > > > Chris > > > On Monday, 4 March 2013 04:57:04 UTC, MDKF wrote: >> >&g

Re: Frequent crashes

2013-03-04 Thread MDKF
ael > > > > > > On Tue, Feb 19, 2013 at 4:38 AM, teilo > > wrote: > > Presumably the service account under which Jenkins is running does not > have write permissions in the system32 folder. > > > > You may want to add > “-XX:ErrorFile=c:\so

Re: Frequent crashes

2013-03-04 Thread MDKF
\hs_err_pid4872.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # On Monday, March 4, 2013 2:10:25 PM UTC-5, MDKF wrote: > Unfortunately that's not really an option. > > On Saturday, March 2, 2013 4:51:13 PM UT