Hello,
I'm using Jenkins 1.487 with matrix jobs. Debian master, linux & windows
slaves.
I've just made some changes in matrix jobs. I have added new configuration
to a user defined axis.
The matrix job run properly and I could see that new configuration was
build properly :
- The parent jobs c
Hi,
In my setup, the master does not execute the jobs.
I have slaves with label corresponding to the OS, and other labels (for
example, some related to tools that are installed). Also a "build" and
"test" label.
Here is the matrix job configuration, 2 axis :
- one "user defined axis", with se
I created a new job yesterday, copy from one existing matrix job.
I run a single build, could see the build results.
This morning it was not visible any more.
I upgraded to 1.492, and my build result is back.
Rebooting jenkins did not solve the problem when it occurred.
Hopefully the upgrade will
Hi,
Yes this is working we're using it.
Just put in your batch file before calling the msbuild:
call "C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\vcvarsall.bat"
msbuild
Tested with visual 2010 & 2011. Of course path to vcvarsall.bat has match
your visual installation.
B
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.
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
Here is the bug on JIRA :
https://issues.jenkins-ci.org/browse/JENKINS-15799
Hopefully, it will be solved quickly. Vote for it it !
Hello,
We have a Jenkins sever with many dependencies between jobs:
- Around 80 jobs
- Builds for windows, mac, ios, linux, android.
- Some jobs retrieve artifacts which are reused by other jobs.
- Some job will trigger downstream jobs.
- Usage of test results & coverage plugins
- ...
We are cu
I had some problems sometime with ~ .
Your problem could come from the ~ in you command line.
try to replace the ~ with the abolute path in the executed command.
/Users//sdk/platform-tools/adb
Bertrand.
Le lundi 15 avril 2013 14:26:57 UTC+2, zenox paradox a écrit :
>
> My setup is as follo
Hi,
1.You should use matrix job instead of copying the jobs.
2 axes :
- platform : = Windows7 & Windows8
- architecture: = x86 & x64
2.The path for git shall be configured on the node configuration :in the
"Tool Locations" section.
The git plugin has an option to use the git defined at node l
On the node configuration you need to add labels : windows8 or windows7,
x64 or x86 to reflects the node configuration.
It the matrix job configuration add 2 salves axes. One for windows(7/8) one
for x(86/64) : Add Axes->Slaves. Tick the check box.
Le mercredi 24 avril 2013 16:01:39 UTC+2, Cec
*> I'll be happy to read the documentation (in case it exists)*
Have a look at the "Jenkins:The Definitive Guide" Book, it is available for
free pdf.
Le mercredi 24 avril 2013 15:15:49 UTC+2, Ceco a écrit :
>
> I don't want the master to do anything. I want all the slaves to do the
> job. If t
I'm using the same slaves with two different masters. Slaves are accessed
via ssh.
As scott says,the same slave must have different "Remote FS root" on each
master configuration.
If there is a risk that the two servers build the same job at the same
time, you should use a custom workspace in e
Hi,
We use jenkins with one server and 3 slaves where the builds are done.
There are more than 40 jobs with configuration matrix (up to 16
configurations per job)
Our git repo is big, we cannot have a clone in each workspace.
For that reason on each slave, the repo is in a common directory for
all
Hi,
I faced a similar issue today on a debian server.
We had some nework problems yesterday. Master was not able to
communicate with the slaves.
After the network establishment the jobs where still stuck.
I tried to reeboot server & slaves but still faced the same issue.
When you stop jenkins a
Hi Dave,
You should be able to do this with the "Included Regions" field from
git plugin.
You get it by clicking on advanced below "branches to build".
BR,
Bertrand.
On Mar 22, 10:46 am, Dave Ohlsson wrote:
> Hi,
>
> Suppose we have a git repository that contains these subdirectories:
> * com
ed Regions" field, and that should be just as good.
>
> Thank you for your help.
>
> -- dave
>
> On Mar 22, 3:25 pm, "B.Latinville" wrote:
>
>
>
>
>
>
>
> > Hi Dave,
>
> > You should be able to do this with the "Included Regions&q
Hi,
I'm very interested in the Included regions feature for GitSCM plugin
and have been testing it
via SCM polling and Git hook.
I could see that in some cases the jobs were not triggered whereas
some changes have been made in the included regions.
After some more testing I discovered that if se
Hi
Have a look at this issue :
https://issues.jenkins-ci.org/browse/JENKINS-13007
You should use git.exe instead of git.cmd.
You shall specify full path of git.exe in node option, Tool Locations.
Bertrand
On Apr 12, 10:34 pm, Thomas Sondergaard
wrote:
> I have a problem with git checkout fail
Hi,
Have a look at this issue :
https://issues.jenkins-ci.org/browse/JENKINS-13515
Downgrading copy artifacts plugin to 1.21 should solve you problem.
Bertrand
Le dimanche 1 juillet 2012 18:09:21 UTC+2, Chris Withers a écrit :
>
> Hi All,
>
> Has anyone else seen the copy artifacts plugin
Hi all,
I'm running Jenkins under debian and I've just upgraded to 1.473.
I have a lot of jobs missing in the interface. They are all Matrix jobs.
In the Jenkins log I can see for the jobs ;
SEVERE: Failed Loading job xx
java.lang.NullPointerException
at
hudson.matrix.MatrixP
If you have not found yet, this could help you :
https://github.com/jenkinsci/workflow-examples/blob/master/workflow-examples/gitcommit/gitcommit.groovy
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop r
22 matches
Mail list logo