Hi,

I am using jenkins environment variable, i am specifying property something 
like

count=1

the same is present in my build file as 

<entry key="count" value="${env.count}"/>


I have specified a property file something as 

C:\Users\myname.i\workspace\Project\application.properties

When i trigger the build, the property file gets updated as 
count=${env.count} and not the value which is 1 ( I am passing this as a 
parameter from jenkins)

Can anyone say what wrong i am doing here

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3de6491b-e95a-48d7-82d7-b9358eb05401%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to