Jenkins - TFS labeling - versioning

2012-09-18 Thread mickeys
I need some inputs from users that use jenkins with Team Foundation Server. How do you label(tagging) you build. What do you use? Also do you version you build and how? Any good links to point me to? Thx -- View this message in context: http://jenkins.361315.n4.nabble.com/Jenkins-TFS-labelin

Unable to connect to the remote TFS server

2012-09-25 Thread mickeys
Hi, I am wondering if there is a solution for this problem. I am using TFS 2010 and latest jenkins with tfs plugin. /Started by user anonymous Building in workspace C:\Jenkins\jobs\test\workspace Deleting workspace as the configuration has changed since a build was performed on this computer. [wo

Passing parameter into Jenkins

2012-10-26 Thread mickeys
I am looking for how to pass a string into jenkins so I can use it when sending mail. So let say I have a file with a string inside and I want to read that file and use it inside jenkins when I send an email after finished succesfully - is that possible? The other way around is easy. :-) --

Email Ext plugin with parameterized booelans

2012-11-29 Thread mickeys
I have a quesiton regarding the email ext plugin. I have setup a groovy script where I would like to send out an email BEFORE a build starts with some diffrent values. For example I have four parameterized booleans: A B C and D and I would like to read out this from the groovy script that email e

Access is Denied - with CMAKE

2012-07-18 Thread mickeys
Why do I get this? I have tried everything with adding users and grant them access but I still get it. Jenkins is running as a service and I have tried to change user there as well. Started by user *anonymous* Building in workspace C:\Jenkins\jobs\myproject\

How to get a parameter into my Email-Ext plugin

2014-04-30 Thread mickeys
Is there a way to show a paramerized string in my email that I send? I have tried but cant make it work. It seems that the html email wont be able to handle my inparameters (${var}). Example: I have a string named Variable I want to be able to call that inside my html-template that the email-pl

Re: How to get a parameter into my Email-Ext plugin

2014-04-30 Thread mickeys
Hi, thx for answering. This is what I got when I try it. I put this in my html-template ${ENV, var="testname"} (testname is a string variable I have setup) and got this: ^ 1 error groovy.lang.GroovyRuntimeException: Failed to parse template script (your template may contain an

Re: How to get a parameter into my Email-Ext plugin

2014-04-30 Thread mickeys
YES!! That was it. Thx. I have been struggling along time with this. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/How-to-get-a-parameter-into-my-Email-Ext-plugin-tp4700271p4700279.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received