Maybe you should use xunit plugin to transform and publish the xmlreports.
I'm not familiar with mstest but I use this technique for publishing
cppunit and ctest result reports, and
xunit has an option to publish mstest results too.
On 2016-08-08 12:58, sandhyaranimukkamala...@gmail.com wrot
Copy artifact has an option "which build" and one is something like
"upstream project that triggered the build"
Hope this is what you are looking for
On 2016-05-21 10:44, Tom Deseyn wrote:
Yes, that is what I use, but I don't know how to pass it the
upstream build number, hence my question
Does your tests output some xml-reports? Which unit testing framework
you use?
I use cppunit and this has a xml-outputter.
After the test run the XUnit-Plugin can collect all the test reports and
draw the graphs and so on.
But I think, you (or your testing framework) must generate all this
xml-
Something in the Console Output of that build?
The plugin writes there what it does.
On 2015-04-23 12:35, Krishna Kumar Tiwari wrote:
Hi
I followed the steps present
on https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin
but stil can't see my html report on jenkins dashboard. How
On 2015-04-13 22:19, Konrad Slepoy wrote:
Isn't this a really standard behavior though? Who wants all of their
branches to build when they push to one even if they have never been
built before?
For us this is exactly what we need. We have a project that is
multi-platform and developer can not
I do this all the time, should be simple.
First download the deb from http://pkg.jenkins-ci.org/debian/
then in a console run
sudo dpkg -i jenkins_1.xxx_all.deb
after that jenkins starts, or you can start/restart with
sudo service jenkins [re]start
To configure jenkins (PORT, JAVA_ARGS, e
FYI:
Today I tried to connect my Win7-Java8 slave with my master (ubuntu1404
with OpenJDK7) and
I was not able to connect, the slave gave an NPE-exception.
After upgrading my java8 (Oracle), reconnecting worked fine.
So there may be some issues, but it looks to me that there are some
Java8-rel
My code snippet was just a starting point. To elaborate your use case
you may need to
do some investigations; a good start point may be
http://javadoc.jenkins-ci.org/
On 2014-10-21 01:18, pjl83...@gmail.com wrote:
Just to be clear, the solution you proposed for connecting is not just
for han
It was not remarkable for me, but I do it all the time this way :)
On 2014-01-22 13:39, ycollet wrote:
> Thanks. I've done that and it worked.
> But I am a little bit puzzled by the fact the nobody has yet noticed
> the problem ...
>
> YC
>
> Le mardi 21 janvier 2014 14:03:00 UTC+1, ycollet a écri
That's indeed a big drawback in my approach because some of my tests
uses system global semaphores.
So I have to rethink my approach :-(
Thanks for your hint.
Felix
On 2013-05-08 22:15, Dean Yu wrote:
When I was working at Yahoo!, and we started working with
Hudson/Jenkins, we originally went
Did you configure your slave to have more than one '# of executors' ?
See 'manage jenkins -> manages nodes -> (nodename) -> configure'
On 2013-04-30 01:50, rakhee Kulkarni wrote:
Folks,
I have Jenkins configured with multiple slaves and I have builds
running of off two independent Repos. I not
r you just connect as the chroot'ed user
On 18 April 2013 19:57, felix schwitzer <mailto:flx2...@yahoo.de>> wrote:
I have a buildserver (ubuntu 12.04) and need to run a jenkins
slave on that server
in a (s)chroot environment.
Question: How can I set up a slave th
I have a buildserver (ubuntu 12.04) and need to run a jenkins slave on
that server
in a (s)chroot environment.
Question: How can I set up a slave that runs directly in the
chroot-environment on that
buildserver?
I mean, who can I achieve that jenkins master connects directly into the
chroot?
The entry in the jenkins log gives you a hint.
I'm quiet sure that you configureded authentification,
but you don't provide it in the trigger. Read the wiki more carefully,
especially the part about the configuration for the netrc-file.
Regards
Felix
On 04/02/2013 09:04 AM, Karolis wrote:
ANYON
I observed this problem too, but at the end I discovered that the output
doesn't come
from the git hook, but from the jenkis log, because I started for test
reasons the
jenkinsserver in the same terminal in background :-(
Are you sure that jenkins has been started as a demon or at least
detache
For this we use simply a multi-configuration project.
Regards
Felix
On 01/11/2013 05:23 PM, org.jenkins...@io7m.com wrote:
Hello.
I've set up Jenkins to allow me to test code on a wide range of
platforms. Essentially the setup is a master node with no executors
(it doesn't build code) that onl
On 01/02/2013 03:01 AM, Z W wrote:
Hi All
We have a chained job (job with 4 subjobs).
Is there a way to pass SVN revision number of the update checkout from
the 1st subjob to the next subsequent subjob among the build subjobs,
so that all the subjobs run on the latest revision number of the 1st
On 09/12/2012 11:46 PM, Darren Rowley wrote:
> yes exactly..
so why not using a groovy postbuild script? See Example 4 on the wiki
https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin
Felix
On 02/12/2012 09:01 PM, Greg Moncreaff wrote:
Any examples? Klocwork. To. Findbugs. Gcov. To. Cobertura.
I use gcovr to convert from gcov output to cobertura, works great for me.
https://software.sandia.gov/trac/fast/wiki/gcovr
19 matches
Mail list logo