Re: Choosing the slave to run the project

2013-09-06 Thread Tan Yeong Sheng
Use the label to push builds onto a certain group labelled set of slaves
On 6 Sep 2013 16:52, "Mateusz PolaƄski" 
wrote:

> Is there a possibility to choose the slave on which a build can be run
> using
> an environmental variable?
>
>
>
> --
> View this message in context:
> http://jenkins-ci.361315.n4.nabble.com/Choosing-the-slave-to-run-the-project-tp4677458.html
> Sent from the Jenkins users mailing list archive at Nabble.com.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to publish results of automated tests

2013-03-11 Thread Tan Yeong Sheng
try jenkins html publisher plugin
On Mar 11, 2013 8:25 PM, "zakyn"  wrote:

> Hello,
>
> I would like to ask you for your experience about publishing the GUI tests
> or postbuild results.
>
> We have this situation:
> 1. run build
> 2. on the dedeicated machine we run automated gui tests using build results
>
> and I would like to add the results of the tests to the build.
>
> My idea is publish it as html page. So after the build there is a link to
> some html page without the tests. And after running the tests this page
> will be rewriten with the results.
>
> Is there anything what could help me please?
>
> Thanks
>
> Zakyn
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Jenkins-TFS-MSBuild

2012-12-05 Thread Tan Yeong Sheng
check that the node that you are running the build on has ms sdk v7.1. you
need to update the registry to point to the newer sdk. ms sdk 7.0A just
won't cut
On Dec 6, 2012 4:25 AM, "dmatrix"  wrote:

> Hello, I'm new to Jenkins.
>
> I have MSBuild and TFS server plug-ins installed.  I could run msbuild
> command line and my project is succeeded, but on Jenkins it keeps giving me
> error MSB1008 or MSB1009.  What is the right configuration
> for Jenkins/Build/Build a VS project/MSBuild Build File?
>
> My .sln path in TFS workspace is: c:\Workspace\ProjX\Main\ProjX.sln
>
> and my setting in MSBuild Build File :  $/Main/ProjX.sln   >  This keeps
> giving above errors..
>
> Any thoughts?
>
>