Hi

I am trying to set new value for environmental variable BUILD_ID

My batch build is something like that:


BUILD_ID=dontKillMe
start -w c:\mydir\myprog.exe > c:\txt\resoult.txt
findstr c\:"PASS" c:\txt\resoult.txt
if errorlevel 0 (
echo "1"
)


what will be the correct 


Thank you



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/87c1f5c2-8584-4962-ba19-9b9f200f1cc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to