Build history disappeared. Why? & How to fix?

2019-05-08 Thread Steve K
Hello, We are running Jenkins ver 2.150.3 served by a Windows 2008 R2 machine. Normally, and for the majority of our jobs, when someone browses to a job's page, we see multiple builds under "Build History" on the left-hand side of the page. Normal stuff. Recently, a few jobs have nothing under B

Determine "Suspects causing unit tests to fail" when UTs in separate job from the Git pull

2019-07-18 Thread Steve K
uot; to the triggered UT job. That does not appear to be sufficient however. In the UT job, I can select "UPSTREAM_COMMITTERS" for notification and that seems to work (regardless of whether or not the triggering build job is configured to "Pass-through Git Commit That Was Built&q

Windows 7 Agents (slaves) via SSH

2019-07-25 Thread Steve K
e any tips and tricks you may have needed to employ to make the SSH slaves work as expected. Thanks in advance. Steve K. -- 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 i

Re: Windows 7 Agents (slaves) via SSH

2019-07-29 Thread Steve K
Thanks Mark, Web articles, such as this "Installing OpenSSH on Windows 7 " gave me hope of finding a workable solution. I had also considered trying to use Cygwin, as described by Kohsuke Kawaguci in the Wiki page "SSH slaves and Cygwin <

Re: Windows 7 Agents (slaves) via SSH

2019-07-29 Thread Steve K
Thanks again Mark. So, what does the master think the launch method is for the slave? -- 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

Re: Windows 7 Agents (slaves) via SSH

2019-07-30 Thread Steve K
Thanks once again Mark. May I bug you for some more info? I was really hoping to answer this on my own, but I feel like I'm chasing my tail. Whenever I do searches for Jenkins agent launch methods, I'm predominantly directed to a description of JNLP usage or, to a lesser extent, SSH; neither

Re: Windows 7 Agents (slaves) via SSH

2019-07-30 Thread Steve K
Win 7 64 bit. > >> -- 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. To view this discussion on the web visit htt

Re: Windows 7 Agents (slaves) via SSH

2019-08-05 Thread Steve K
t;> ROBOCOPY %HOME%\bin . agent.jar >>> SET JAVA_HOME=C:\Users\MarkE\tools\jdk8u222-b10 >>> SET PATH=%JAVA_HOME%\bin;%PATH% >>> set SECRET=the-secret-has-been-removed-for-this-email >>> java -jar agent.jar -jnlpUrl >>> http://mark-pc2.markwaite.net:80

New Jenkins 2.7.3 server on CentOS 7 needed firewall disabled for web access (would like to be more restrictive).

2019-10-16 Thread Steve K
Recently, I installed Jenkins 2.7.3 on a new VM running CentOS 7. The older (2.7.3) version was selected for consistency with an existing server that this new server will replace. The install appeared to be fine. Full disclosure, there is an `/etc/rc.d/init.d/jenkins; bad; vendor preset: disab

Jobs' build history missing or incomplete

2019-11-07 Thread Steve K
Hello, Following a restart of the Jenkins server, the build history for several jobs disappeared or became quite incomplete. As an example, I have a job, "JOBDIUT", which, when I view the job from the web interface (:8080/job/JOBIUT), it appears that there have been no builds. But, when I logo

Git plugin; how to keep modifed files? what options are used on checkout?

2013-06-07 Thread Steve K
there a way to change that behavior? What are the commands and options that the plugin is sending to Git? Thanks in advance. Steve K. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving e

No longer provided a means to add Jenkins slave as a service. What to do now?

2013-09-25 Thread Steve K
before. Each slave had a jenkinsslave-C__Jenkins service. Thanks in advance. Steve K. -- 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 jenkinsc

Re: No longer provided a means to add Jenkins slave as a service. What to do now?

2013-09-25 Thread Steve K
makes my life much less stressful. Thanks again. Sincerely, Steve K. -- 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-user

Re: No longer provided a means to add Jenkins slave as a service. What to do now?

2013-09-25 Thread Steve K
at something(s) on the XP boxes are not as up-to-date as needed. Do you have any idea of what that might be? Thanks in advance. Steve K. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rece

Re: No longer provided a means to add Jenkins slave as a service. What to do now?

2013-09-27 Thread Steve K
machines. That did not work. After I "Click on FIle | Install as service", the process still does not terminate and I don't get the jenkins-slave.exe nor do I get an entry for a service. Should I try creating my own service? If so, how would I create my own service? Thanks in a

Re: No longer provided a means to add Jenkins slave as a service. What to do now?

2013-09-27 Thread Steve K
"file:///C:/Jenkins/slave-agent.jnlp", it worked. I am curious. Why does "http:///computer//slave-agent.jnlp -secret " work on newer versions of Windows, but not on XP? Thank you very much for your solution. I appreciate it greatly. Steve K. -- You received this message

git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
or directory* I suspect that the polling mechanism is now attempting to run on the server--whereas, before, it ran on the slave. The Git commands are going to fail if they run on the server, because it doesn't have Git installed. Does anyone have an idea of how I can get past this prob

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
Where would I set "Force polling using workspace"? I don't see that option in the job config nor in the server config. -- 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 em

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
Oh. OK. That section has changed. I'm accustomed to seeing an "Advanced" options button. 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-use

Re: git polling is broken for me (ugh!)

2013-11-05 Thread Steve K
This is odd. Yesterday, there were several replies to this post. Now, I don't see them. -- 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

Git repository location; is it possible to change?

2012-10-17 Thread Steve K
Hello, Using the Git plugin, the repository created for the build, by default, occupies the Jenkins' WORKSPACE directory. Is there a way to tell the plugin to use a specific sub-directory of WORKSPACE (we have several scripts that rely on a specific parent directory name)? Please note: The bui

Re: Git repository location; is it possible to change?

2012-10-17 Thread Steve K
Thank you Darragh. That looks promising. On Wednesday, October 17, 2012 9:23:40 AM UTC-4, Darragh Bailey wrote: > > On 17/10/12 14:12, Steve K wrote: > > Hello, > > > > Using the Git plugin, the repository created for the build, by > > default, occupies th

FTP publisher plugin appears to succeed, but files are not on the destination machine???

2012-11-01 Thread Steve K
Hello, The console output leads me to believe that the file was successfully FTP'd, but the file does not actually show up on the destination machine. Here is the relevant portion of my console output: Connecting to 10.555.55.555 file:/C:/Jenkins/workspace/z_Try_FTP/ current root dir /TOP curren

Re: FTP publisher plugin appears to succeed, but files are not on the destination machine???

2012-11-29 Thread Steve K
status to be "FAILURE". (2) I'd like to know why my FTP is failing. I connect to the remote machine OK, but, when I attempt to "ftp put" the file, I'm slapped with a "No such file or directory" error. Any ideas? Thanks On Thursday, November 1, 2012 4:27

Re: FTP publisher plugin appears to succeed, but files are not on the destination machine???

2012-11-30 Thread Steve K
directory. I'll need to verify that I have been given proper access to the target machine. I'll post again after I know more, but, would you agree that the plugin should cause a job FAILURE when the ftp "put" fails? Thank you. Regards, Steve K. On Thursday, November 29

Re: FTP publisher plugin appears to succeed, but files are not on the destination machine???

2012-12-04 Thread Steve K
hould throw an error? Thank you. Steve K.

All my added build descriptions and "keep build forever" annotations gone!

2013-02-01 Thread Steve K
Has anyone else encountered this? I actually spent a fair amount of time adding my own build descriptions and, for a long time, they were visible in my project's build history. I also designated several of the builds as "Keep Forever". Now, they are all gone. I know I didn't delete them and no

Re: All my added build descriptions and "keep build forever" annotations gone!

2013-02-04 Thread Steve K
d ...etc...". I did not have the "config history" plugin installed. We are running backups of the jenkins directory. Yes, Jenkins is configured to require login. Thanks for any ideas you may have. Steve K. On Saturday, February 2, 2013 5:51:41 PM UTC-5, sti wrote: > > Did y

Not a problem; Re: All my added build descriptions and "keep build forever" annotations gone!

2013-02-04 Thread Steve K
Solved this issue. This was not a bug. It was pilot error. Doh! -- 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.

Anyone written a config file parser/script generator?

2013-02-12 Thread Steve K
Hello, We invest so much time and effort into maintaining Jenkins jobs, I fear that my organization would be "dead in the water" if Jenkins went down. I'd like a way to extract the build steps from the config files--tuning them into an executable script. It seems possible to translate the config

Reset BUILDS_ALL_TIME (Version Number Plugin) based on file content

2013-02-28 Thread Steve K
anyone done this (or something similar)? Thanks in advance, Steve K. -- 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...@google

Re: Clearcase Error when starting view

2013-02-28 Thread Steve K
27;re using is created by the logged on user. Steve K. -- 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

Unable to exec Powershell on one slave.

2012-06-29 Thread Steve K
Hello, I have a job that uses Powershell to exec one of the build's build steps. The job can run, without problem, on either of two Windows XP slaves. If I attempt to run the job on a Windows 7 slave, I get the following error: "File C:\Users\lx00057\AppData\Local\Temp\hudson9076101655905735463.

Re: Unable to exec Powershell on one slave.

2012-06-29 Thread Steve K
Ding! Ding! Ding! Ding! That's it Chris! That's the solution. I needed to Set-ExecutionPolicy for the 64bit Powershell. I had only modified the 32bit version. Thank you very much!

"Move" a job from a Linux master to a Windows master

2014-03-31 Thread Steve K
Hello, I'd like to bring along all of the job's history. Is there any way I can move a job from a Linux master to a Windows master? The Linux master is being decommissioned. Thanks in advance. Steve K. -- You received this message because you are subscribed to the Google Groups

Re: "Move" a job from a Linux master to a Windows master

2014-03-31 Thread Steve K
t data. The job appears to be preserved though--except for the "Job Config History". That's probably a separate copy. I'm wondering if there are any other "gotchas". Regards, Steve K. On Monday, March 31, 2014 2:53:43 PM UTC-4, Daniel Beck wrote: > > It should suf

Re: "Move" a job from a Linux master to a Windows master

2014-03-31 Thread Steve K
) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:230) ln builds\lastStableBuild D:\Jenkins\jobs\testjob\lastStable failed On Monday, March 31, 2014 3:53:16 PM UTC-4, Steve K wrote: > > Thanks Daniel, > > I w

Re: "Move" a job from a Linux master to a Windows master

2014-04-01 Thread Steve K
Thanks again Daniel. Getting rid of the sym-links prior to copying over to Windows does seem to make the target system happier. Cheers! On Monday, March 31, 2014 5:34:29 PM UTC-4, Daniel Beck wrote: > > > On 31.03.2014, at 22:13, Steve K wrote: > > > As shown below, the job

Ability to read job config without changing it (re: matrix security)

2014-05-19 Thread Steve K
that more recent releases of Jenkins provide this ability. I don't see it though. What is the current situation? Thanks in advance. Steve K. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and s

"FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Steve K
insight or suggestions. Steve K. -- 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

Re: "FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Steve K
Thanks Mark, Just curious. Are you on a Windows server? We recently moved from a Linux to a Windows server. We never saw the problem when we were on the Linux server. Regards, Steve K. > -- You received this message because you are subscribed to the Google Groups "Jenkins User

Re: "FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Steve K
Mark, To be clear, are you saying you see it with both Windows and Linux *servers *(vs. slaves)? Thanks for the link to the reported issue. There is some comfort in knowing you're not alone and that, maybe, someone is looking into the problem. Regards, Steve K. -- You received this me

"Best" way to distribute 100 test cases over 4 servers?

2014-09-25 Thread Steve K
Hello, Given a list that may change on a daily basis, I want to spread the load over 4 servers. Order is not important (i.e., test #5 can start before test #3 completes). What would you suggest? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins U

Missing grid lines after upgrade from 1.554.3 to 1.580.1

2014-12-01 Thread Steve K
After upgrading, there are no dividing lines between the jobs nor are there any dividing lines between the list of my slaves on the left hand side of the page. It looks like I configured a spreadsheet to have no lines between cells. I only swapped out my .war file on the server, should I have do

Re: Missing grid lines after upgrade from 1.554.3 to 1.580.1

2014-12-02 Thread Steve K
7;s just > how it is now I believe. > > On Mon Dec 01 2014 at 12:49:02 PM Steve K > wrote: > >> After upgrading, there are no dividing lines between the jobs nor are >> there any dividing lines between the list of my slaves on the left hand >> side of the page.

Git based builds; one commit at a time

2014-12-30 Thread Steve K
Let's say that, since my most recent build, there have been three (3) new commits. Rather than having one build that includes all three commits, I would like to have three separate builds; one for each of the three in sequence. Is anyone doing something like that? If so, how are you doing it?

Re: Git based builds; one commit at a time

2014-12-31 Thread Steve K
Jason, Yes. True. Development wants to ensure no commits are received (added to the repo) unless they pass all the tests -- 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

I'm in upgrade HELL (upgrading to 1.625.3). Need help.

2015-12-22 Thread Steve K
I keep getting the red devil from hell. I tried upgrading from 1.580.1 to 1.625.3 (LTS release). Now, every time I click on a job, I get the red devil. I tried a full install of 1.625.3 (vs an upgrade) and still I have the problem. Pardon the verbosity, but, in the past people have wanted to se

Re: Build date / time showing December 31, 1969 after upgrading from 1.596.2 LTS to 1.625.3

2015-12-22 Thread Steve K
Marc, Did you ever resolve your problem? I have a feeling that my current upgrade HELL (just posted a plea for help on that) is related to changes in format. If you haven't resolved it, sorry if I got your hopes up when you saw a reply :-( Regards, Steve K. -- You received this me

Re: I'm in upgrade HELL (upgrading to 1.625.3). Need help.

2015-12-22 Thread Steve K
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) ... 119 more On Tuesday, December 22, 2015 at 3:36:15 PM UTC-5, Andrew Bayer wrote: > > Looks like you might be missing the xunit plugin? > > On Tue, Dec 22, 2015 at 3:01 PM, Steve K > wrote: > >> I keep getting

Re: I'm in upgrade HELL (upgrading to 1.625.3). Need help.

2015-12-22 Thread Steve K
Daniel, you nailed it! Thank you very much! I have ascended from hell and am back to my normal Purgatory ;-) BTW. For future reference, what did you see that pointed you to the "Disk Usage" plugin as the culprit? Many thanks. Steve K. -- You received this message becau

Slaves not connecting after recent plugin upgrades (None of the protocols were accepted)

2016-07-15 Thread Steve K
Jenkins dir which is 1.8.0_20-b26). Does anyone have any ideas? I don't want to resort to backup quite yet. Thank you. Steve K. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails f

Re: "Jenkins is going to shut down" ad infinitum

2017-11-27 Thread Steve K
Thank you Victor Martinez and matthew...@diamond.ac.uk for your great ideas. I apologize for my late response. We were on a Thanksgiving holiday. We managed to work past the problem. No Groovy scripts were to blame. As a guess, we de-selected "Wait until Jenkins/Hudson is idle to perform a b

Env Inject failure "Couldn't find the right download for WINDOWS and i386 combination"

2017-12-01 Thread Steve K
Hello, Has anyone else been plagued with these fatal errors recently? Environment Inject bombs at the beginning of jobs running on i386 based OS's. In the stack dump, the message "Couldn't find the right download for WINDOWS and i386 combination" is seen. My Windows Jenkins server is v 2.46.2. I

Re: Env Inject failure "Couldn't find the right download for WINDOWS and i386 combination"

2017-12-04 Thread Steve K
Thanks @David Nusbaum Here's a trace from a test job that does nothing more than execute a `date /t` on the slave: Building remotely on ROCDVMSDK2x (SLAVE FTP_CLIENT) in workspace C:\Jenkins\workspace\z_date Installing JDK jdk-9.0.1-oth-JPR FATAL: Una

Re: Env Inject failure "Couldn't find the right download for WINDOWS and i386 combination"

2017-12-04 Thread Steve K
Oh Yeah! Thanks @Daniel Beck & @Devin Nusbaum (sorry for referring to you as "David" in my previous post). For the JDK configuration, I just had to de-select "Install Automatically". I don't think we use the JDK anywhere, but, if someone comes screaming to me "Hey, where's my JDK", I'll deal wi

Who do I contact to recover my Jira login to report a Jenkins bug?

2018-02-07 Thread Steve K
I think that my account is associated with my previous employer's E-mail address, so I am unable to receive a password reset. When attempting to reset my account, it says "If you can't figure this out, contact us to get your account recovered", but it doesn't tell me who to contact. Thanks. --

Shutting down a Jenkins instance that was still starting up

2018-08-15 Thread Steve K
there is additional information that I could provide to help determine a cause/fix for the problems I'm experiencing, please let me know.* *Thanks in advance.* *Steve K.* -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsub

Re: Shutting down a Jenkins instance that was still starting up

2018-08-16 Thread Steve K
und, kill those > processes. > > > Start Jenkins back up. > > You should only have one Jenkins and one Java process running on the > Jenkins Master, unless you are also running jobs on that server. > > See if that helps. > > John > > On Aug 15, 2018, at 12:0

Re: Shutting down a Jenkins instance that was still starting up

2018-08-16 Thread Steve K
Thanks again John, re 1) my Path to exe in Service props is: D:\Jenkins\jenkins.exe [confirmed as valid] I included the non-comment content of my Jenkins.xml file in my initial post. There is only one arguments line. I believe that the path to Java (%BASE%\jre\bin\java) is t

Upgrade installation problem; missing .msi from previous install.

2018-09-12 Thread Steve K
Hello, I attempted to install Jenkins server software v2.121.3 onto my server that is currently running v2.89.2 The install paused because it couldn't find the v1.625.3 .msi file. The installer gave me the option of browsing to the v1.625.3 .msi file, but I did not have it available. Before I

Managed scripts are missing after upgrade to 2.131.3

2018-09-13 Thread Steve K
Just upgraded from 2.89.2 to 2.131.3 I copied over the org.jenkinsci.plugins.configfiles.GlobalConfigFiles.xml and reloaded the configuration from disk, but that didn't help. Any clues? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

"Jenkins is going to shut down" ad infinitum

2017-11-22 Thread Steve K
Hello, We do have the ThinBackup and PeriodicBackup plugins in use, but there is nothing odd about either of their configurations. Moreover, the settings for ThinBackup and PeriodicBackup have not changed in several months. The "Jenkins is going to shut down. No further builds will be performed.

Re: Slaves not connecting after recent plugin upgrades (None of the protocols were accepted)

2016-07-18 Thread Steve K
16 at 4:40:26 PM UTC-4, Steve K wrote: > > Hello, > etc... > > Steve K. > -- 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-

Git commands succeed within a build step but fail when the plugin executes them.

2016-09-20 Thread Steve K
Hello, I'm running Jenkins 2.7.3 from a CentOS master invoking Git commands on a Windows 8.1 machine. git commands, such as the following, succeed when run within a "Windows batch command" step. *git clone --verbose --recursive --branch fs02 ssh://scmbu...@rocgit01.corp.mycompany.com:29418/C

Re: Git commands succeed within a build step but fail when the plugin executes them.

2016-09-20 Thread Steve K
n using a v1.625.3 Windows master), but, if it works, it works. Thanks again. Steve K. -- 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+

Re: Git commands succeed within a build step but fail when the plugin executes them.

2016-09-20 Thread Steve K
ory in the PATH, the plugin should be able to execute it. Steve K. -- 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...@

'Parameters from properties file' not working in 2.7.3

2016-10-03 Thread Steve K
ild machine is Windows 8.1 Thanks in advance for any help you are able to provide. Steve K. -- 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

Re: 'Parameters from properties file' not working in 2.7.3

2016-10-03 Thread Steve K
Eric, I think you're right. My problem is caused by the new security policies. I have not found the right combination of settings to make things work as before. I tried starting Jenkins with -Dhudson.model.ParametersActon.keepUndefinedParameters=true, but that did not solve the problem. Have y

Re: 'Parameters from properties file' not working in 2.7.3

2016-10-03 Thread Steve K
Yes. we're using parameters from a properties file. > > > > > > -- 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.

Re: 'Parameters from properties file' not working in 2.7.3

2016-10-03 Thread Steve K
appreciate your help. Best Regards. Steve K. > > > > > > > -- 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+u

Re: 'Parameters from properties file' not working in 2.7.3

2016-10-06 Thread Steve K
Well, HECK! The parameters from parameter file are NOT getting passed. The parameters were getting passed from 'Current build parameters'. It did not pick up the values from 'Use properties from file'. That is NOT good. So, I'm back to the original question. How do I successfully "Use propertie

Re: 'Parameters from properties file' not working in 2.7.3

2016-10-07 Thread Steve K
In some of the test jobs I've set up, the variable(s) being passed simple retain the default value I gave them in job 2 (i.e., there are no complaints from Java, but the value passed from Job#1 was not taken on in job 2). I hope you have some ideas. Thanks for your help. Steve K. On Friday, Oc

Re: 'Parameters from properties file' not working in 2.7.3

2016-10-07 Thread Steve K
Well Daniel, you definitely asked the right question. When I boiled the test case down, I had omitted the '-Encoding ASCII' when I created the parameter file. Now that it is an ASCII file (vs. the default Unicode) it appears to be working (in my test case at least). Thanks a ton! St

Only one Administrator with Jenkins 1.580.1 server on Win 8.1

2015-01-27 Thread Steve K
Hello, I am experiencing very odd access behavior on two different Jenkins servers. Both servers are Win. 8.1 and both use Jenkins 1.580.1 Both servers use "Jenkins own User Database" and "Matrix based security". I selected "Administrator" rights for 3 different users. Now, only one of those t

Re: Only one Administrator with Jenkins 1.580.1 server on Win 8.1

2015-01-28 Thread Steve K
As a workaround, I removed one of the users who was supposed to have Administrator rights but did not (i.e., The Administrator checkbox was checked in the "Matrix-based security" form, but the user had no Administrator capabilities). I then re-added the user and added the user to the "Matrix-bas

Re: Only one Administrator with Jenkins 1.580.1 server on Win 8.1

2015-02-04 Thread Steve K
Update: The user that I re-added had Administrator capability for a while, but now that user no longer has Administrator rights. The check-boxes in Matrix Based Security have not been changed. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Only one Administrator with Jenkins 1.580.1 server on Win 8.1

2015-02-10 Thread Steve K
Daniel is on to something regarding matching case. When it comes to case [in]sensitivity, however, the behavior of Jenkins is a bit of a mystery. When I was using a Linux machine as the Jenkins server, there was no mystery. A mixed case login ID was always treated with case sensitivity. Now t

Is it OK to link config.xml files?

2015-03-24 Thread Steve K
ocess-Dev\config.xml to Downstream-Post-Build-Process-Release\config.xml. Are there any known "gotcha's" with respect to linking config.xml files? FWIW; the Jenkins server is on Windows. Thanks in advance. Steve K. -- You received this message because you are subscribed to the Go

Re: Is it OK to link config.xml files?

2015-03-25 Thread Steve K
Thanks for the replies. There have been four replies and four different approaches. I will look into using either the Template Project or the Job DSL plugins. I'm not as concerned about deploying similar jobs, rather I'm more concerned with keeping similar jobs "in synch" as changes need to be ma

Jenkins burning devil w/Stack trace--how to recover???

2015-03-27 Thread Steve K
UGH! I just installed a large number of plugins and something has sent my Jenkins server into HE!! Any suggestions on how I can become operational again? I have a fairly recent backup .zip file backup (created by the Backup plugin). Do you think it would be worth copying the content of that ba

Re: Jenkins burning devil w/Stack trace--how to recover???

2015-03-27 Thread Steve K
It looks like Jenkins is working, but attempting to access its pages has gone to the devil. I can log in and select "My Views" to see the jobs (they are running). But, if I attempt to go to the main page, I get the devil. -- You received this message because you are subscribed to the Google Grou

Re: Jenkins burning devil w/Stack trace--how to recover???

2015-03-27 Thread Steve K
Since Jenkins was operational--just not usable for most users--I decided to try downgrading the plugins that I upgraded. The first plugin I downgraded was "Build Pipeline Plugin". I took that from 1.4.7 back down to 1.4.4 That did the trick! Can't believe it. I feel lucky. I might even go bu

Re: Can I Migrate a Windows Jenkins Master to a Linux Jenkins Master?

2015-06-03 Thread Steve K
I successfully went the other way (Linux --> Windows), so I see no reason why you can't go from Windows to Linux (you're going the right way IMHO :-). You may want to have a look at my thread, '"Move" a job from a Linux master to a Windows master', -- You received this message because you are s

How to test a machine that gets rebuilt as part of the test?

2015-06-03 Thread Steve K
get that slave to "talk" with the Jenkins master again? Thanks in advance. Steve K. -- 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 jenk

Re: How to test a machine that gets rebuilt as part of the test?

2015-06-03 Thread Steve K
Thanks Eric. No, the ISO image would not include Jenkins slave installation. Where could I look for pointers on scripting the removal/addition of a slave? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and st

Debug 'Trigger a remote parameterized job'

2015-06-29 Thread Steve K
Hello, In my system configuration, I setup the plugin to use the Credentials plugin. I provided the username and password of a user on the remote system with plenty of rights to run the job. The job, however, is not launching. I see the following in the console output from the job that attemp

Re: Debug 'Trigger a remote parameterized job'

2015-06-30 Thread Steve K
Is anyone successfully using this plugin? If so, what are the values you use in the trigger's setup? 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

Re: Debug 'Trigger a remote parameterized job'

2015-07-01 Thread Steve K
Thanks @rginga I can't get away with using 'no authentication'. Otherwise, my configuration of the trigger looks pretty similar to yours. I'm still looking for some sort of trail to information that will help me determine why it's not working for me. -- You received this message because you ar

How to keep strict odering of pipeline jobs / per node?

2015-08-21 Thread Steve K
Hello, I am chaining jobs together to implement automated tests. Two of the jobs require rebooting the slave. To illustrate what I'm talking about, I have these jobs: J1 does some setup and reboots J2 runs some tests J3 does some cleanup and reboots J2 has a configured quiet period to allow th

Re: How to keep strict ordering of pipeline jobs / per node?

2015-08-25 Thread Steve K
Since there have been no replies to this discussion, I'm not very hopeful that there is an existing solution. A different approach is probably needed. Is there a way for a job that triggers a parameterized build on another project to determine the node where the parameterized build ran? -- You

java.lang.IllegalStateException: Invalid object ID

2015-10-09 Thread Steve K
cutor.run(Executor.java:240)Caused by: java.lang.Exception: Object was recently deallocated#51 (ref.0) : [hudson.remoting.RemoteClassLoader$IClassLoader] Created at Thu Oct 08 13:04:17 EDT 2015 I'm running Jenkins 1.580.1 NUnit plugin version 0.17 Does anyone have a solution