Run Jenkins under different Linux user

2013-02-27 Thread mwpowellhtx
Hello, I've installed under Ubuntu Linux and have the service running as "anonymous". I want it to run under a jenkins user, and set the home to something other than /var/lib/path/to/workspace, more like /home/ jenkins/path/to/workspace. I've identified the /etc/init.d/jenkins script. Is it here

Re: How to configure Linux Jenkins as not anonymous

2013-02-26 Thread mwpowellhtx
I am looking at my /etc/init.d/jenkins and it is a bash script. There is a JENKINS_USER there, but I don't see it set. I take it, I set it there and/or export the value? I'm new to this Linux thing, does that sound about right? On Tuesday, February 26, 2013 11:40:32 AM UTC-6, mwpowel

How to configure Linux Jenkins as not anonymous

2013-02-26 Thread mwpowellhtx
Hello, I am sure this question has been asked in different forms before, having some difficulty connecting the dots. I've got Jenkins more of the way installed, some owner and permissions issues on a jenkins account better understood and resolved. I can now clone repositories on the command pro

How to persuade Ubuntu Linux Jenkins to install Git

2013-02-25 Thread mwpowellhtx
Hello, As the subject suggests, I am installing Jenkins CI on an Ubuntu Linux VM: Unbuntu 10.04 LTS. I've got Jenkins itself up and running, and I've installed Git and it is running as it stands. Now I want to persuade Jenkins to install Git. Supposedly I've got the Git client plugin installe

Guidance: setting up to build linux distribution

2013-02-23 Thread mwpowellhtx
Hello, We've got a linux distribution we are customizing to target our embedded device. I'd like to automate this process through a CI server running on Ubuntu 10.04 so that we can capture distro updates, versions, etc. If it's germane, also get some clue how to capture any bootstrap processes as

Re: MSBuild VC++ User settings

2013-01-09 Thread mwpowellhtx
capture that that aren't as settings specific. On Wednesday, January 9, 2013 5:15:40 PM UTC-6, slide wrote: > > What configuration do you mean? > > Sent from my Windows Phone > ------ > From: mwpowellhtx > Sent: 1/9/2013 4:05 PM > To: jenkins..

MSBuild VC++ User settings

2013-01-09 Thread mwpowellhtx
Hello, Probably more a VS2008 and/or MSBuild question, but I'll ask here anyway I've got a VS2008 VC++ project that I want to build from Jenkins. The trick is, VS2008 wants to store its configuration in a machine / user specific USER file. Is there a way to include a global (any machine / any

Re: How to publish Visual Studio VSTO automatically

2012-12-27 Thread mwpowellhtx
w to Build Visual Studio 2010 Office Development Projects with TFS Team Build 2010), except for VS2012, Jenkins, and Office 2013 PIAs. On Dec 27, 1:28 pm, mwpowellhtx wrote: > I should say: the latest PIAs: Office 2013 at the time of this post. > > On Dec 27, 1:27 pm,

Re: How to publish Visual Studio VSTO automatically

2012-12-27 Thread mwpowellhtx
I should say: the latest PIAs: Office 2013 at the time of this post. On Dec 27, 1:27 pm, mwpowellhtx wrote: > Hello, > > I've got an Visual Studio Tools for Office Excel AddIn that I am > scheduling for build. I build the Debug and Release versions, and that > seems to be goi

How to publish Visual Studio VSTO automatically

2012-12-27 Thread mwpowellhtx
Hello, I've got an Visual Studio Tools for Office Excel AddIn that I am scheduling for build. I build the Debug and Release versions, and that seems to be going well. I'd like to add a step that publishes to a staging folder, possibly share for folks to demo, evaluate release candidates, etc. Poss

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread mwpowellhtx
1 AM UTC-6, mwpowellhtx wrote: > > I checked this, and Jenkins is running as a Windows Service logging in as > System. It doesn't get any more permissive than that. It is running as > "anonymous" during the job itself. Not sure how to set that other than null > or anonymous? &g

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread mwpowellhtx
this case. > > Scott > > On Thu, Dec 13, 2012 at 7:29 PM, mwpowellhtx > > wrote: > >> Don't know what happened. Turns out it was a strange DNS issue (as folks >> pointed out). What makes it strange is why it would fail for Jenkins and >> still succeed fo

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
he issue. Still in question is whether whatever DNS services are up and running properly. On Thursday, December 13, 2012 6:05:04 PM UTC-6, mwpowellhtx wrote: > > No, Jenkins is running on the same machine as my day to day development. > Not the best of ideas I know. > > For the

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
day to day isn't the machine > your Jenkins slaves run on (since it seems like you have a larger install) > > If you SSH to your Jenkins master/slaves, can you clone from them? > > > Andrew Melo > Sent from my secret fortress. > > On Dec 14, 2012, at 0:17, mwpow

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
How do you mean, "connect to your slaves, clone manually"? From a command line or Git Bash? Yes, I can clone manually with the same (copy and paste) SSH URI. On Thursday, December 13, 2012 4:33:12 PM UTC-6, Andrew Melo wrote: > > On Thu, Dec 13, 2012 at 11:24 PM, mwpowellh

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
eserver, or some sort of network issue, most likely. > > > > On Thu, Dec 13, 2012 at 3:47 PM, mwpowellhtx > > wrote: > >> To clarify, I've edited the actual names out. The names are there, it was >> working earlier. Now suddenly it has stopped working. >

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
2012 3:43:44 PM UTC-6, mwpowellhtx wrote: > > I'm not sure what you mean. Can you be more specific? It's possible > something got unset, but like I said, it was working all day until just now. > > On Thursday, December 13, 2012 3:38:27 PM UTC-6, SA Evans wrote: >&g

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
host > > Scott > > On Thu, Dec 13, 2012 at 3:35 PM, mwpowellhtx > > wrote: > >> stderr: ssh: : no address associated with name > > >

Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
I am experiencing the following error(s). I've been working on build jobs today in Jenkins and polling our online repository hosting frequently. It's been working most of today until recently the past hour or two. Now suddenly I am receiving the following error(s), for one job I am currently w

Re: How to run PowerShell during job

2012-12-13 Thread mwpowellhtx
This is helpful: http://jenkins.361315.n4.nabble.com/PowerShell-plug-in-question-td1468725.html After that it's the usual troubleshooting script issues from different runtime contexts. On Thursday, December 13, 2012 1:06:13 PM UTC-6, mwpowellhtx wrote: > > Hello, > > We&#x

How to run PowerShell during job

2012-12-13 Thread mwpowellhtx
Hello, We've got some Windows PowerShell scripts I would like to expose throughout our jobs for natural house keeping steps. I've got the Set-ExecutionPolicy set appropriately and I can run scripts apart from Jenkins through the command line, with PowerShell (i.e. context menu), etc. Running

Re: Really corrupt build history

2012-12-13 Thread mwpowellhtx
better if we could possibly pull these aside from the Jenkins install location for easier backup and restore purposes, but this will work for now. On Thursday, December 13, 2012 11:08:21 AM UTC-6, mwpowellhtx wrote: > > Hello, > > I have half a dozen or so jobs configured to run and

Really corrupt build history

2012-12-13 Thread mwpowellhtx
Hello, I have half a dozen or so jobs configured to run and I am finding that Jenkins build history is becoming very corrupt. We're running 1.492 in a Windows 7 Ultimate environment. Here's what I am experiencing: - From time to time my executor threads will just completely die. It usua

Re: Confusion over build triggers

2012-08-17 Thread mwpowellhtx
ore specific with your description? -- Sami mwpowellhtx kirjoitti 17.8.2012 kello 13.00: > Hello, > > In test and measurement verbiage, I think of a trigger as just that: see an event, respond to that event. > > Say we have two jobs: A and B. > > A runs when it sees SCM change a

Re: Confusion over build triggers

2012-08-17 Thread mwpowellhtx
it finds A successfully completed. On Aug 17, 5:00 am, mwpowellhtx wrote: > Hello, > > In test and measurement verbiage, I think of a trigger as just that: see an > event, respond to that event. > > Say we have two jobs: A and B. > > A runs when it sees SCM change and builds

Confusion over build triggers

2012-08-17 Thread mwpowellhtx
Hello, In test and measurement verbiage, I think of a trigger as just that: see an event, respond to that event. Say we have two jobs: A and B. A runs when it sees SCM change and builds that environment. I'd like to schedule B when A has successfully completed a build and build the same envir