1. I would suggest setting the project dependency if you're using an IDE
like Visual Studio.
2. Otherwise you can very well point multiple jobs to point to a single
custom workspace if that is fine with you and you can also get all the
binaries in the same output folder if that is what you wish
Hi James,
we have no slave, only one master (just started with jenkins).
I will copy the configuration and debug output next week, when i'm in
office.
Thanks
Am 19.09.2012 19:50 schrieb "Nord, James" :
> Hi Erik,
>
>
>
> Does the slave machine have MAVEN_HOME set in is environment (either in
>
It appears that I can do this by copying some artifacts.
Den torsdag den 20. september 2012 06.53.51 UTC+2 skrev Kenneth:
> I want to use Jenkins to build projects, that are used by other projects.
> How should it be done?
> Should I use a matrix build?
>
> I would prefer small jobs that only
Hello Kamal,
thank you for your answer.
Is there any documentation of that API?
Am Mittwoch, 12. Oktober 2011 18:46:34 UTC+2 schrieb Uri Moszkowicz:
>
> When builds become unstable, how do I show the JUnit test results in the
> email? The email just includes a link to see the results by default.
I want to use Jenkins to build projects, that are used by other projects.
How should it be done?
Should I use a matrix build?
I would prefer small jobs that only build one project, and then can trigger
others, if they are using it. - I can easily trigger the build between
jobs, but how should
Hi guys,
I have a cluster environment with several Jenkins master, and also many
slavers; does anybody know can slavers be shared within different masters. For
example master1 and masters they have same slave machine slave1; so what will
happen if both master1 and master2 deliver a task to slav
Hello.
First, let me confirm is "parameterized build plugin" the same to
"parameterized trigger plugin" or not?
(https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin)
Please forgive me if I have misunderstanding.
Then, I can pass Global environment variables to other projec
Hello,
I'm trying to use Jenkins to poll SCM and run a big series of unit and
integration tests that were parallelized using a Perl program written using
Log::Log4Perl, Parallel::ForkManager, and IPC::Run.
I have version 1.424.6 on Ubuntu Server 12.04.
Strange lockups on writes to STDOUT and S
I have a jenkins job (gradle dependency report) that outputs a report to
standard out.
I'd like to look for a pattern in standard out like "---dependency
report---" and save everything from that point on to a file. Then I'd like
jenkins to save this text file as an artifact so we can capture hist
Hi Erik,
Does the slave machine have MAVEN_HOME set in is environment (either in the OS
or on the Jenkins slave properties)?
Any chance of a log output of a release build with debug logging ( add the "-X"
flag on the release goals ), and a copy of the maven-release-plugin
configuration you are
Hi All,
I'm setting some environment variables in the Jenkins Master (Manage
Jenkins > Configure System > Global Properties) but, using the parameterized
build plugin, I'm setting up some new string variables and wanting to use these
global vars as the default values but it doesn't seem to
Is it a good idea then to not use the GIT plugin and instead clone the
project and update the submodule in a Jenkins build step directly?
Thanks
On Wednesday, September 19, 2012 12:12:25 PM UTC+3, Nicolas De loof wrote:
>
> Indeed,
>
> I've plan to integrate git-plugin with ssh-credentials plugi
Hi,
we have the maven version set in jenkins main config (only maven 2.2.1,
nothing else).
We only use maven2 jobs in jenkins and it is the m2-release-plugin (I didnt
even know theres another release plugin).
When we started with jenkins, the maven version on this machine was older,
so someone in
Hi Michaël
The maven job type plugin at one point never inserted MAVEN_HOME and didn’t add
maven to the path and so the m2release plugin did this to work around this
issue. It sounds like that functionality may have once again disappeared from
the Maven jobtype plugin
/James
From: jenkinsci-
Hi James,
In my case, the problem occurs even if we set a specific version of Maven
in build and release configuration. We have 2 Maven versions configured in
Jenkins configuration (Maven 2.2.1 and 3.0.3).
I guess my configuration is very specific : the problem occurs with a *Maven
type jobs* w
try this as an example (you might have to tweek a bit)
more cust.jelly
BODY, TABLE, TD, TH, P {
font-family:Verdana,Helvetica,sans serif;
font-size:11px;
color:black;
}
h1 { color:black; }
h2 { color:black; }
h3 { color:black; }
TD.bg1 { color:white; background-color:#C0; font-size:120% }
Hi,
I have:
- job_A, job_B,
- job_C - which is triggered by either job_A or job_B.
What I need is to list the URLs pointing to the successful builds of
job_Cwhich was triggered by the build (either of
job_A, job_B or any) which is completed successfully.
Any ideas?
Hi Erik,
I personally wouldn’t recommend putting MAVEN_HOME in a profile, rather it is
better to let Jenkins managed this by specifying the version of maven to use.
You can configure this in the Jenkins main config (and then override per slave
if needs be.)
See
http://my.safaribooksonline.com
what is the correct to get the stack trace?
1) failed_test.errorStackTrace
or
2) failed_test.getErrorStackTrace()
I try it with the second and it does not work :-(
JellyException: Could not parse Jelly script : null
Am Donnerstag, 13. Oktober 2011 13:27:12 UTC+2 schrieb Maxime Lemanissier:
>
yes - that's correct, this is the root user. Additional info: jenkins is
running in WebSphere on the same machine:
Product List
ND installed
Installed Product
---
did you checked out the enterprise plugins??
http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-available-plugins.cb
On Mon, Sep 17, 2012 at 11:22 PM, Tom80112 wrote:
> I watched a Cloudbees Enterprise webinar today. This is essentially
> Jenkins
> plus a bunch of their in-house develope
Indeed,
I've plan to integrate git-plugin with ssh-credentials plugin so it gets
more flexible, but have no better workaround for short term
2012/9/19 Andrew Melo
>
>
> On Wed, Sep 19, 2012 at 2:58 AM, Emil Petkov wrote:
>
>> I do have access to the target repo where the GIT submodule is. It's
Hi,
Templates is a major feature. The VMWare plugin is nice in that it you can
also allocate VMs to slaves so its not autoscalling as such but you can get a
pristine environment in which to run integration/acceptance style tests without
risk of any polluted environment. (I think the OSS VMWar
Just to confirm (as some people forget), are you trying the ln -s
command on the command line whilst logged in as the same user that
Jenkins is running under?
Richard.
On Wed, Sep 19, 2012 at 8:16 PM, Ilko Iliev wrote:
>
> Hi,
>
> I'm getting failed: -1 from ln -s at the end of each build. I saw
Hi,
I'm getting failed: -1 from ln -s at the end of each build. I saw
JENKINS-4301 and JENKINS-4820, which I think is more related to my
installation. I assume this is related to my "exotic" OS:
Linux 3.0.13-0.27-default #1 SMP Wed Feb 15 13:33:49 UTC 2012 (d73692b)
s390x s390x s390x GNU/Linux
J
On Wed, Sep 19, 2012 at 2:58 AM, Emil Petkov wrote:
> I do have access to the target repo where the GIT submodule is. It's just
> that it asks for a password since it is shared repo accessible to
> developers via SSH. Seems the GIT plugin breaks on trying to clone the
> gitsubmodule since it has n
I do have access to the target repo where the GIT submodule is. It's just
that it asks for a password since it is shared repo accessible to
developers via SSH. Seems the GIT plugin breaks on trying to clone the
gitsubmodule since it has no way of knowing the SSH password, basically the
GIT plug
27 matches
Mail list logo