In advanced options in the upper part of the configuration, look for "block
when upstream/downstream project is building"
Cheers
Le 16 févr. 2015 07:55, a écrit :
> Hi,
>
>
>
>
>
>
>
> I need help related to triggering downstream project builds in Jenkins.
>
>
>
> I am starting a project in post
Hi,
I need help related to triggering downstream project builds in Jenkins.
I am starting a project in post actions of my upstream project and I could
see its successful.
But if a new trigger happens to upstream project while downstream project
is in progress, new job is getti
I dont know what id do you mean. I have whoami on the start that saying its
jenkins user
Dne neděle 15. února 2015 12:47:41 UTC+1 Daniel Beck napsal(a):
>
> Compare output of `id`, it's possible that the Jenkins process does not
> have all group memberships.
>
> On 15.02.2015, at 10:21, Ondřej
Compare output of `id`, it's possible that the Jenkins process does not have
all group memberships.
On 15.02.2015, at 10:21, Ondřej Korouš wrote:
> I am running job in Jenkins with Execute shell like this
>
> whoami
>
> php
> /path/to/vendor/phpunit/phpunit/phpunit --log-junit
> /path/to/re
https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API
On 15.02.2015, at 12:29, Sverre Moe wrote:
> I am using Jenkins to build my C/C++ code by executing automake from a shell
> script.
>
> Is there anyway I could access the previous build information from my Jenkins
> build script? S
Found the "Audit To Database Plugin" that seems can store build information
in a database. I did not find any information that I could retrieve it in
my build script.
https://wiki.jenkins-ci.org/display/JENKINS/Audit+To+Database+Plugin
søndag 15. februar 2015 12.29.47 UTC+1 skrev Sverre Moe følg
I am using Jenkins to build my C/C++ code by executing automake from a
shell script.
Is there anyway I could access the previous build information from my
Jenkins build script? SUCCESS or FAILURE state and the Build version.
If this information is not available could I use a database plugin to
I am running job in Jenkins with Execute shell like this
whoami
php /path/to/vendor/phpunit/phpunit/phpunit --log-junit
/path/to/results/phpunit/phpunit.xml /path/to/tests/SeleniumTest.php
But it failed with php error 'failed to open stream: Permission denied in
...' so its trying to include