Re: Copy Artifact Plugin

2012-06-19 Thread lata
yes ofcourse, :). this is a new test job that needs the nightly build copied to their machine. since there is no archived build, the only place they can get it from is the ws of the nightly build (and currently no plans to do this from the nightly job). -- View this message in context: http://jen

Re: Unfail a build manually?

2012-06-19 Thread Richard Lavoie
What you could do is probably look at the "promoted builds" plugin, where a human can actually promote a build after a manual review. I've never tried it tho but it looks like doing a promotion on some criterions. Take a look, that might be your solution. Richard On Tue, Jun 19, 2012 at 7:19 PM,

Unfail a build manually?

2012-06-19 Thread Gerald Quimpo
Hello all, [Background] I have a jenkins job where jenkins is mainly *automating*. The tests are not completely automated. The tests aren't unit tests but rather comparisons between results from previous result files and current result files. i.e., the comparison of results is so complex tha

Re: email notification delivery issue

2012-06-19 Thread Lewis
I had a similar problem and it turned out that my sender address was not being recognized. When you try to send a test configuration email does it tell you that it was successful? I suggest trying again and changing both the sender address and the recipient address. I was able to debug my prob

Re: Many jobs at the same slave

2012-06-19 Thread Les Mikesell
On Tue, Jun 19, 2012 at 2:57 PM, Jeff wrote: > I have a potential use casebut I'm also new to Jenkins so this may be > doable today in a way that I have yet to learn. > > In trying to resolve how to use Maven and Jenkins and create a continuous > delivery (CD) pipeline where each step in the p

Re: email notification delivery issue

2012-06-19 Thread marko
On Tuesday, June 19, 2012 11:43:35 PM UTC+3, slide wrote: > > > Does your SMTP server require authentication? > no, it allows plain (unauthenticated and unencrypted) SMTP sessions. marko

Re: email notification delivery issue

2012-06-19 Thread Slide
On Tue, Jun 19, 2012 at 1:41 PM, marko wrote: > > On Tuesday, June 19, 2012 11:05:58 PM UTC+3, slide wrote: >> >> >> Are you using email-ext or the normal emailer? > > > I'm using the normal/default emailer. > > marko > Does your SMTP server require authentication? slide -- Website: http://ear

Re: email notification delivery issue

2012-06-19 Thread marko
On Tuesday, June 19, 2012 11:05:58 PM UTC+3, slide wrote: > > > Are you using email-ext or the normal emailer? > I'm using the normal/default emailer. marko

Re: email notification delivery issue

2012-06-19 Thread Slide
On Tue, Jun 19, 2012 at 1:00 PM, marko wrote: > Hi, > > I've configured Jenkins to send email notifications for builds but for some > reason notifications don't seem to get delivered. > The build log or any other logs don't include any info about notifications. > I've verified that I can create an

email notification delivery issue

2012-06-19 Thread marko
Hi, I've configured Jenkins to send email notifications for builds but for some reason notifications don't seem to get delivered. The build log or any other logs don't include any info about notifications. I've verified that I can create an SMTP session to my email server from the Jenkins server

Re: Many jobs at the same slave

2012-06-19 Thread Jeff
I have a potential use casebut I'm also new to Jenkins so this may be doable today in a way that I have yet to learn. In trying to resolve how to use Maven and Jenkins and create a continuous delivery (CD) pipeline where each step in the pipeline progresses the state such as: build->Unit Test-

Testing MSI Installers

2012-06-19 Thread liam.j.bennett
We have experimented with this ourselves and our solution was to write a small companion application that wraps White (http://white.codeplex.com/) and SpecFlow (http://www.specflow.org/) to run our tests. We build and deploy this seperately. In terms of the workflow, we just have a number of Je

Re: Many jobs at the same slave

2012-06-19 Thread Thomas Sundberg
On 19 June 2012 20:28, Sami Tikka wrote: > AFAIK there is no obvious way to do that in Jenkins. But if you tell > us why you think you need this feature, maybe we can suggest other > ways to solve your problem. The problem I want to solve is to build three or four, or potentially many more, diffe

Re: build processes priority?

2012-06-19 Thread Sami Tikka
This is all so very confusing. Usually people are doing their best to make sure their build server is running as FAST as possible, giving it a dedicated server, fast SSD disk and plenty of RAM. You're asking how to make it run as slow as possible so it won't disturb other applications on the same s

Re: Can you run a downstream project only if the upstream has changed?

2012-06-19 Thread Sami Tikka
2012/6/14 Miguel Almeida : > Hi Sami, > > Thanks for the tips. I do have a coulpe of follow-up questions: > > > On Tuesday, June 12, 2012 11:44:08 PM UTC+1, sti wrote: >> >> Configure the Deploy job to also check out source code from SCM (even >> though it would not use it) and make it poll only at

Re: Project will fail on "mkdir" on remote disk.

2012-06-19 Thread Sami Tikka
Have you checked https://wiki.jenkins-ci.org/display/JENKINS/My+software+builds+on+my+computer+but+not+on+Jenkins#MysoftwarebuildsonmycomputerbutnotonJenkins-Networkdrivemappings%28Windows%29 2012/6/14 Macpaul Lin : > Hi, > I have another problem - which is almost the same problem of this issue >

Re: very similar jobs as separate jobs

2012-06-19 Thread Sami Tikka
So, you have a number of jobs that are mostly identical but there's a little bit that should work differently for them. To me this sounds like a perfect case of multi-configuration job. https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project Essentially, Jenkins will run your job a

Re: The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Andrey Myatlyuk
Awesome. Let us know if you have any issues in the future. On Tue, Jun 19, 2012 at 11:44 AM, Manuel Dahmen wrote: > 2012/6/19 Andrey Myatlyuk > >> So everything works now? >> >> ah yeah! > >> >> On Tue, Jun 19, 2012 at 10:47 AM, Manuel Dahmen >> wrote: >> >>> ah the old path variable... mmumh >

Re: Jenkins logging

2012-06-19 Thread Sami Tikka
What kind of logging would you like to enable? Builds usually log their output to the build console. -- Sami 2012/6/16 Mohammed, Ashfaque : > Hi, > > > > How to enable logging for Jenkins running in Tomcat server? > > > > Thanks. > > Ash.

Re: The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Manuel Dahmen
2012/6/19 Andrey Myatlyuk > So everything works now? > > ah yeah! > > On Tue, Jun 19, 2012 at 10:47 AM, Manuel Dahmen > wrote: > >> ah the old path variable... mmumh >> >> 2012/6/19 Andrey Myatlyuk >> >>> Hi Manuel, >>> What do you see in the console when you execute: >>> $ java -version >>> >

Re: Copy Artifact Plugin

2012-06-19 Thread Sami Tikka
Copying from other jobs's workspace is, of course, a really bad idea, unless you have some means of controlling when the files in the other job's workspace are changed or deleted. Otherwise you will sooner or later have strange build failures that are difficult to investigate. -- Sami 2012/6/18 l

Re: Many jobs at the same slave

2012-06-19 Thread Sami Tikka
AFAIK there is no obvious way to do that in Jenkins. But if you tell us why you think you need this feature, maybe we can suggest other ways to solve your problem. -- Sami 2012/6/19 Thomas Sundberg : > Hi! > > I have a distributed setup with many similar slaves. I have suites of > job that I need

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Andrey Myatlyuk
Also, can you check war file size? https://wiki.jenkins-ci.org/display/JENKINS/Hudson+windows+service+fails+to+start On Tue, Jun 19, 2012 at 11:26 AM, Andrey Myatlyuk wrote: > Hi Roland, > > Have you tried to execute the command directly: > > C:\Program Files\Java\jdk1.6.0_29\jre\bin\java -Xrs -

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Andrey Myatlyuk
Hi Roland, Have you tried to execute the command directly: C:\Program Files\Java\jdk1.6.0_29\jre\bin\java -Xrs -Xmx786m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "C:\Program Files\Jenkins\jenkins.war" --httpPort=8080 Can you please confirm that java is functional at the lo

Re: Jenkins as a Windows service

2012-06-19 Thread Sami Tikka
Anyway, Jenkins has no other good user interface except the web interface. HTTP is very easily proxyable, so usually accessing the Jenkins web interface is not a problem. During the few years I've used Jenkins, you are the first who is requesting some other way to access Jenkins. Another popular w

Re: The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Andrey Myatlyuk
So everything works now? On Tue, Jun 19, 2012 at 10:47 AM, Manuel Dahmen wrote: > ah the old path variable... mmumh > > 2012/6/19 Andrey Myatlyuk > >> Hi Manuel, >> What do you see in the console when you execute: >> $ java -version >> > > was =1.7.0 > NOW 1.6.0 > I think about my (0) user... >

Re: Jenkins as a Windows service

2012-06-19 Thread louwho
I must not have stated the previous message correctly. When logged on to the host machine, I can use the web interface to access the Jenkins service on the VM...but I cannot do this from any other system. On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote: > Is there (or should there be

Detecting desktop refresh or browser close

2012-06-19 Thread Dustin Parker
Hi all, I'm trying to get a widget to save its application-specific "view state" right before the desktop closes or refreshes (or any navigation event happens, really). I'd like to save this info to the preferences service. Is this possible? What's the best way to do it? I tried using the widge

Re: Jenkins as a Windows service

2012-06-19 Thread Andrew Melo
On Tue, Jun 19, 2012 at 12:53 PM, louwho wrote: > I am not an IT person, so bear with me.  I work in a locked down > environment.  We do though have a seperate lab (not on the domain), with > servers that we remote to.  On one of these servers I have a test virtual > machine (Windows 2008), that I

Re: Jenkins as a Windows service

2012-06-19 Thread louwho
I am not an IT person, so bear with me. I work in a locked down environment. We do though have a seperate lab (not on the domain), with servers that we remote to. On one of these servers I have a test virtual machine (Windows 2008), that I have the Jenkins service installed on. When I am lo

Re: The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Manuel Dahmen
ah the old path variable... mmumh 2012/6/19 Andrey Myatlyuk > Hi Manuel, > What do you see in the console when you execute: > $ java -version > was =1.7.0 NOW 1.6.0 I think about my (0) user... > > To get back to 1.6 you will have to put it before 1.7 in PATH environment > variable. Can you

Re: http://pkg.jenkins-ci.org/debian mirrors

2012-06-19 Thread R. Tyler Croy
On Tue, 19 Jun 2012, Sebastian Sawicki wrote: > Hi, > Where can I find the full list of mirror servers used by the > repo > . > I have to configure apt PROXY for those ;] This should be listed here: - R. Tyler Croy -

Re: edit / delete view does nothing

2012-06-19 Thread José Ricardo
I forget the second screen when I click in the edit or remove view... Now I attached file. On Tuesday, June 19, 2012 1:34:11 PM UTC-4, José Ricardo wrote: > > Hello, > > All happened when I have created an additional view within "My Views". > > There´s a error so strange happening when I try to

edit / delete view does nothing

2012-06-19 Thread José Ricardo
Hello, All happened when I have created an additional view within "My Views". There´s a error so strange happening when I try to edit or delete this view, Jenkins redirect to a gif. just appears these strange caracters on the left side of the menu and when I try to add description, these carac

RE: "Changes will take effect when you restart Hudson" permanently

2012-06-19 Thread Matthew.Webber
What are you running, Hudson or Jenkins? > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andrey > Myatlyuk > Sent: 19 June 2012 16:02 > To: jenkinsci-users@googlegroups.com > Cc: jenkinsci-users@googlegroups.com > Sub

Re: Setting Build ID with Promote

2012-06-19 Thread cjo
The problem with the set build name plugin is that it is a build wrapper and the promotion plugin does not support those and if it did it would apply to the promotion job itself. As a promotion job is a job of its own with a slimed down configuration. If you have the groovy plugin installed and

Re: org.apache.commons.jelly.JellyException @ fresh Jenkins (apt-got to Ubuntu 10.04.4 LTS)

2012-06-19 Thread Andrey Myatlyuk
Hi Sebastian, I'm glad it worked out for you. Andrey On Jun 19, 2012, at 7:54 AM, Sebastian Sawicki wrote: > Hi, > Sory, but I've found it was just v1.470 issue and now after the upgrade to > 1.471 it seems to work. > The pages which appeared @ 1.470 are in the attachment. > > 2012/6/19 And

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-19 Thread Andrey Myatlyuk
Hi! So you restarted Jenkins process and the message still there? Any exceptions in the log? Any warnings on plugins page? Can you try to upgrade to latest (1.471) version? Andrey On Jun 19, 2012, at 7:50 AM, tcendrowski wrote: > Hi, > > After installing 2 plugins and restarting Hudson (1.38

Installation/Mise à jour des Plugins

2012-06-19 Thread Manuel Dahmen
Oui ca rend intelligent mais mange du pigeon! -- *Monsieur Manuel Dahmen* * * Rue Fosse-aux-Raines, 30 B-4020 Liège Tél: +32476229105 Email : manuel.dah...@gmail.com

Re: org.apache.commons.jelly.JellyException @ fresh Jenkins (apt-got to Ubuntu 10.04.4 LTS)

2012-06-19 Thread Sebastian Sawicki
Hi, Sory, but I've found it was just v1.470 issue and now after the upgrade to 1.471 it seems to work. The pages which appeared @ 1.470 are in the attachment. 2012/6/19 Andrey Myatlyuk > Hi Sebastian, > Can you please post complete stack trace from the log? Do you see any > other exceptions in t

"Changes will take effect when you restart Hudson" permanently

2012-06-19 Thread tcendrowski
Hi, After installing 2 plugins and restarting Hudson (1.389) this message is still shown. I've ridden that it could be beacuse of incorrect hudson shutdown. Do you know what to do to make this message disappear? Greets.

Re: The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Andrey Myatlyuk
Hi Manuel, What do you see in the console when you execute: $ java -version To get back to 1.6 you will have to put it before 1.7 in PATH environment variable. Can you check how is it set up now? Can you also check $JAVA_HOME? You should also try running your Ant script outside of Jenkins. And

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Dirk Kuypers
Hi Roland, at least you should have a jenkins.war.bak in your Jenkins directory. So just rename it to Jenkins.war and restart. Then you should have your old version back. HTH Dirk 2012/6/19 Roland Zwaga : > Hey there, > > I just did an automatic upgrade using the webinterface to version 1.471 bu

Re: org.apache.commons.jelly.JellyException @ fresh Jenkins (apt-got to Ubuntu 10.04.4 LTS)

2012-06-19 Thread Andrey Myatlyuk
Hi Sebastian, Can you please post complete stack trace from the log? Do you see any other exceptions in the log before you start creating jobs? Can you try 1.471? Andrey On Jun 19, 2012, at 7:17 AM, Sebastian Sawicki wrote: > Hi, > I've just apt-got Jenkins from the repo. > I can see it at htt

http://pkg.jenkins-ci.org/debian mirrors

2012-06-19 Thread Sebastian Sawicki
Hi, Where can I find the full list of mirror servers used by the repo . I have to configure apt PROXY for those ;]

org.apache.commons.jelly.JellyException @ fresh Jenkins (apt-got to Ubuntu 10.04.4 LTS)

2012-06-19 Thread Sebastian Sawicki
Hi, I've just apt-got Jenkins from the repo . I can see it at http://localhost:8080, however when I try to set up new jobI am getting the following exception: Status Code: 500Exception: Stacktrace: com.google.common.collect.

Parameterized Trigger Plugin and Downstream Build View plugin

2012-06-19 Thread William Soula
It looks like if you use the Parameterized Trigger Plugin’s ability to trigger builds on other projects and you “Block until the triggered projects finish their builds” then the triggered builds will not show up in the Downstream Build View plugin. Steps to Reproduce: Install the Downstream Bui

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
FYI, running the service under the same user as I do running the jar manually doesn't make a difference, service still refuses to start. I have unpacked the the jenkins.war.bak file and replaced its contents in the JENKINS_HOME directory, so for all I understand this would downgrade me to the p

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
No, they're different users. I'll try to run the service with the same user I used to start Jenkins on the command line. But still, this happened all of a sudden after I did an automatic upgrade, so should this solve my problem, I still don't understand how it started. I'll have to wait until a

Setting Build ID with Promote

2012-06-19 Thread طلال Anthony رابعة
Hello! I have the set build name and promote plugins installed. However, it seems I don't have the action option to set the build name in promote. Can anybody recommend other strategies I could use to set it? I'd like it to only be set when a promote has occurred. Cheers! Anthony

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Slide
Are you running the service under the same user that you are running the command from the console as? slide On Tue, Jun 19, 2012 at 6:05 AM, Roland Zwaga wrote: > Hey Slide, > > I have tried running this command from the command line: > > > java -Xrs -Xmx786m > -Dhudson.lifecycle=hudson.lifecycl

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
Hey Slide, I have tried running this command from the command line: java -Xrs -Xmx786m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "C:\Program Files\Jenkins\jenkins.war" --httpPort=8080 And it works without problems, the server just starts up and everything works fine. It

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
Hey Dirk, Thanks for the tip, I have tried to do this but, alas,, the problem persists, very strange... cheers, Roland On Tuesday, 19 June 2012 14:45:20 UTC+2, Dirk Kuypers wrote: > > Hi Roland, > > at least you should have a jenkins.war.bak in your Jenkins directory. > So just rename it to

Looking for a summary view plugin...

2012-06-19 Thread Chris Withers
Hi All, I'm looking for a better view plugin for this view: http://jenkins.simplistix.co.uk/view/testfixtures/ I'm currently using the Dashboard plugin, but it doesn't pick up the code coverage results from the matrix configuration job and it doesn't allow me to put in any html descriptions o

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Slide
Before anything else, have you tried running from the command line with the same command? If you want a clean JENKINS_HOME, but want to maintain you jobs, you can just copy the JENKINS_HOME\jobs directory to another location (or even better, just backup JENKINS_HOME to somewhere else) and then del

The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Manuel Dahmen
What's this? What should I do? How to revert to 1.6 (installed) instead? Démarré par l'utilisateur anonymous Building in workspace C:\Program Files\Jenkins\jobs\Empty Canvas\workspace Checkout:workspace / C:\Program Files\Jenkins\jobs\Empty Canvas\workspace - huds

Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
Hey there, I just did an automatic upgrade using the webinterface to version 1.471 but after the upgrade the windows service no longer wants to start ;( When checking the event log all I can find is this: Child process [2848 - C:\Program Files\Java\jdk1.6.0_29\jre\bin\java -Xrs -Xmx786m -Dhudso

How to automatically build the latest svn tag

2012-06-19 Thread Martin Grotzke
Hi, I want jenkins to automatically select the latest tag for a build. I have configured the build parameter "List Subversion Tags" with Name = SVN_TAG Repository URL = http://someproj.googlecode.com/svn/tags Maximum tags to display = 1 Sort newest first = true The Source Code Management / Subv

Testing MSI Installers

2012-06-19 Thread Dirk Kuypers
Hi, after installing Continuous integration with compile and build of unit tests in our software project for each checkin (almost -- Clearcase does not support changesets) I would like to go further and test my MSI setups created with WiX. Because I did not find too much about this topic by googl

Re: Many jobs at the same slave

2012-06-19 Thread Mark Waite
Could you use the capability of the Parameterized Trigger Plugin to "Restrict matrix execution to a subset"?  Your original job would need to use the parameterized trigger plugin to define that the jobs which it triggered would be limited to the same slave where you ran the original job. I have

Re: How to set build description if build times out?

2012-06-19 Thread cjo
>From the code, it looks like the build description is hard coded, you cannot specify your own in this case. The description set is "Build timed out (after {0} minutes). Marking the build as {1}." where {0} is the time period it aborted at and {1} is either "aborted" or "failed" depending on c

RE: How to set build description if build times out?

2012-06-19 Thread Matthew.Webber
I see, it uses a standard message text. That's good enough for me - the help text wasn't clear, that's all. > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jesse > Farinacci > Sent: 19 June 2012 11:37 > To: jenkinsci

Many jobs at the same slave

2012-06-19 Thread Thomas Sundberg
Hi! I have a distributed setup with many similar slaves. I have suites of job that I need to have executed consecutive on the same slave. Is there any good way to make sure that all jobs end up on the same slave? It doesn't matter which slave as long as it is the same as the initial job was starte

Re: How to set build description if build times out?

2012-06-19 Thread Jesse Farinacci
Greetings, On Tue, Jun 19, 2012 at 5:32 AM, wrote: > The build timeout plugin > (https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin) has a job > configuration checkbox "Writing the build description" (I think this was > added in 1.9). However, there is nowhere to actually set th

How to set build description if build times out?

2012-06-19 Thread Matthew.Webber
The build timeout plugin (https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin) has a job configuration checkbox "Writing the build description" (I think this was added in 1.9). However, there is nowhere to actually set the text of the build description in the event of a timeout. W

RE: EnvInject plugin doesn't set empty variable

2012-06-19 Thread Matthew.Webber
It appears that on Windows (I tested on XP), setting an environment variable to an empty string is used to unset the variable; hence an empty string is not possible for an environment variable on Windows. This is different from bash, when “unset” and “empty string” are two different cases. So,

Jenkins build reporting problem

2012-06-19 Thread Wojtek Jodel
Hello, I am using an Extended Email Notification in order to provide custom mail report (written in jellyscript) about each build, it's a variation based on default "html.jelly" which is distibuted along with the plugin. I am also using Perforce as version control tool. Now, everything works as ex

Re: Invite and meeting (in danish): Short Jenkins intro meeting in the Copenhagen area, Denmark

2012-06-19 Thread Bue Petersen
On Mon, Jun 18, 2012 at 7:24 PM, R. Tyler Croy wrote: > > On Mon, 18 Jun 2012, Bue Petersen wrote: > >> Just posting an invite below (in danish) if anyone might be interested. >> Meeting and presentation will also be in danish... > > Would this be something good to post on the jenkins-ci.org blog?