We have one main-job that calls two other jobs with parameters.
The first Job builds the product and the second job does some smoketests.
The main-job now sends an email with the logoutput. My idea was to get all
logoutput in one log.
That's not the problem.
Executable privileges,user and group are all correct.
My instance was installed through "yum" which creates the user and group
"jenkins"
On Sunday, November 11, 2012 5:38:18 PM UTC-2, weigo wrote:
>
> What does a 'ls -l /jenkins/tools/JDK/jdk-1.6.24/jdk.sh' say?
>
> It sh
What does a 'ls -l /jenkins/tools/JDK/jdk-1.6.24/jdk.sh' say?
It should report the executable bits on i.e.:
-rwxr-xr-x 1 tomcat6 tomcat6
Replace tomcat6 with the respective group and user of your environment.
regards
Dirk
On 10.11.2012 17:22, Fábio Uechi wrote:
> Hi,
>
> I'm running
You can use parameterized trigger plugin in conjunction with
throttle-concurrency plugin(throttle category feature).
On Saturday, November 10, 2012 3:02:30 AM UTC+2, benjamin.a.lau wrote:
>
> So I've got 2 jobs
> build
> test
>
> What I want to be able to do is make sure that they always run in
What is the main idea? I'm not sure that populating downstream log into
upstream is a right way.
Maybe promoting-plugin could help you with publishing downstream job
results?
On Friday, November 9, 2012 5:09:14 PM UTC+2, Sven Finsterwalder wrote:
>
> Hi,
>
> *thank you for your help*
>
> now i h
I am trying to do some integration work between TFS and Jenkins using the
build-pipeline plugin. Here is what the workflow would look like:
- Dev commits the code
- TFS calls Jenkins REST api to trigger a job
- The build calls a CLI that will trigger Build on the TFS Server
- When the build comple
On Fri, 2012-11-09 at 15:44 -0500, Marek Gimza wrote:
> Yes .. that is a good point.
snip...
>
>
>
> **
> This message is confidential and intended only for the
> addressee
...EDIT...
On Sunday, November 11, 2012 4:58:15 PM UTC+3:30, mrz wrote:
>
> Hello everybody,
>
> I am trying to use xUnit plug in for my Qt unit test project,but I cannot
> make it work...
>
> Here is What I've done so far:
>
> First of all, I make my unit test project with QMakeBuilder plug in,
Hello everybody,
I am trying to use xUnit plug in for my Qt unit test project,but I cannot
make it work...
Here is What I've done so far:
First of all, I make my unit test project with QMakeBuilder plug in, then I
add an Execute Shell build section
where I first rm -f the testResult xml file,