New to Jenkins, have 7 days to become an expert - wish me luck

2012-12-03 Thread Mister Guru
Good Evening Jenkins users, I have been trying to get my head around jenkins, and so far to sum up in a sentence, ¨It helps to do repetitive stuff like builds and updating code on websites¨ I'm hoping that the later is possible, because Ive just witnessed someone do the thing by hand, and my f

slave job queue - quick question

2012-12-03 Thread Z W
Hi We like to perform rsync as a cron job. We like to know what file or files we need to check used by job runs so that rsync is only run when no job is running in Jenkins/Hudson. We are aware that there are plugins available for it but we like to use ours for specific needs. Thanks

SSH publish fails with No route to host after changing to the VPN IP

2012-12-03 Thread The Peach
I've got jenkins running on my aws instance which deploys via ssh on another host, on another aws instance. We've connected the two machines via VPN. I've tried modifying the hostname to use the internal VPN IP instead of the public hostname and "randomly" (I still can't relate when this is actu

RE: Open visual studio command line for build

2012-12-03 Thread Richard Otter
We use Visual Studio to run unit tests and acquire code coverage. If you know how to do that without a full VS install, please let me know. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of bearrito Sent: Monday, December 03, 2012 1:03 PM To:

Re: stale jenkins campfire plugin is 2.1, github latest is 2.5

2012-12-03 Thread Kevin Goess
On Sat, Dec 1, 2012 at 1:41 PM, Christopher Orr wrote: > > I did a release, as version 2.6. It should appear in the Jenkins Update > Centre soon-ish. > > FTW! Thanks. -- Kevin M. Goess Software Engineer Berkeley Electronic Press kgo...@bepress.com 510-665-1200 x179 www.bepress.com bepress:

Re: Open visual studio command line for build

2012-12-03 Thread bearrito
There isn't anything that can be accomplished in VS that can't be accomplished in MSBuild. By putting VS on the build server you risk having libraries int he GAC or in ..\Tools\ that aren't available on other machines. -b On Friday, November 30, 2012 2:53:39 AM UTC-5, Vineet Hada wrote: > > Be

Re: Jenkins and .NET

2012-12-03 Thread bearrito
Beside the msbuild plugin there isn't really anything specific. Depending on your IT you might need the AD plugin for Auth. On Monday, December 3, 2012 9:32:44 AM UTC-5, zakyn wrote: > > Hello, > > I would like to ask you which plugins are the MUST for .NET projects. > > Until now we use Je

trying to overwrite '/usr/share/jenkins/jenkins.war', which is also in package jenkins-common 1.424.6+dfsg-1ubuntu0.1

2012-12-03 Thread Kamal Ahmed
sudo apt-get remove jenkins-common  Reading package lists... Done Building dependency tree        Reading state information... Done The following packages were automatically installed and are no longer required:   libmaven-plugin-testing-java libjffi-jni libjnr-posix-java libconstantine-java libje

Re: Build failes with android. The parameter is incorrect

2012-12-03 Thread Christopher Orr
Well, the ANDROID_SWT variable should definitely be optional, so I'd be surprised if adding that was what fixed it. But anyway, glad it's working. Chris On 12/03/2012 09:00 AM, Jesús Latorre wrote: Thank you very much! I just had defined the variable ANDROID_HOME and I didn't have definite A

Re: NPE while archiving after build success [maven-plugin]

2012-12-03 Thread David Causse
Hi, After some investigation I have a question : inside : jenkins / maven-plugin / src / main

cannot add build step after upgrade to 1.480.1

2012-12-03 Thread Kamal Ahmed
I do a pull down and select add build step but noting happens, and this happens for local hosts as well as slaves Any clues ? -Kamal.

The following packages have been kept back: (upgrading from Jenkins ver. 1.466.2 to Jenkins (1.480.1)

2012-12-03 Thread Kamal Ahmed
apt-get upgrade jenkins Reading package lists... Done Building dependency tree        Reading state information... Done The following packages have been kept back:   jenkins linux-generic linux-headers-generic   linux-image-generic 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Re: losing build history in configuration matrix jobs

2012-12-03 Thread B.Latinville
Hi, I opened another thread on the mailing list regarding builds from new configurations lost in existing matrix job. Both problems look similar even though I did not loose any builds on disk and I did not need to restart Jenkins to loose the builds in Jenkins interface. Strange thing, upgrading

Execution order post steps and post-build actions

2012-12-03 Thread Michael Hüttermann
Hello, given a Maven 3 build job, what is the specified order of Jenkins "Post Steps" and "Post-build Actions", which I can rely on? What I observe is that in at least one case the order is a bit "strange": given one post step and two post-build actions, I get the following execution order: 1. a

Re: Jenkins and .NET

2012-12-03 Thread Larry Shatzer, Jr.
I use the MSBuild plugin ( https://wiki.jenkins-ci.org/display/JENKINS/MSBuild+Plugin) Some other useful plugins: Gallio Plugin, which hooks into the xUnit plugin: https://wiki.jenkins-ci.org/display/JENKINS/Gallio+Plugin and https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin There also is

NPE while archiving after build success

2012-12-03 Thread David Causse
Hi, jenkins told to report this problem on this list. It's on a multi module maven project, the build is OK but while archiving the build artifacts jenkins fails with NPE (I pasted logs below) (We recently updated to the latest version 1.492 ) Thank you. Here end of log

Jenkins and .NET

2012-12-03 Thread zakyn
Hello, I would like to ask you which plugins are the MUST for .NET projects. Until now we use Jenkins for CI for C++ projects so I would like to avoid to overlook some very useful plugin. Thank you. Zakyn

Re: losing build history in configuration matrix jobs

2012-12-03 Thread Michaël Serisier
Here we go: https://issues.jenkins-ci.org/browse/JENKINS-16014 If anyone finds any interesting info about this one, feel free to add it. I don't have any useful logs that explain what is going on.

Extended logging

2012-12-03 Thread jonas
hi, I have the problem that every once in a while websites of Jenkins are not returning with any results instead show infinite loading in the browser. The log files in --logfile=$HUDSONHOME/log/hudson.log don't show anything. The client log files don't show anything. Is there anywhere else I co

Re: Builds of new configuration in a matrix build are lost after some time.

2012-12-03 Thread B.Latinville
Moving to 1.492 solved problems on existing builds, but I've not added new configurations in my jobs since the upgrade. I'll try it to see the result. If issue is still present I'll open a bug.

Re: Build failes with android. The parameter is incorrect

2012-12-03 Thread Jesús Latorre
Thank you very much! I just had defined the variable ANDROID_HOME and I didn't have definite ANDROID_SWT. It seems like the problem has been fixed. Jesús El viernes, 30 de noviembre de 2012 15:06:17 UTC+1, Christopher Orr escribió: > > Your path to the Android SDK looks short enough, and the a