thanks for your answer but i have a problem we dont have a linux machine :(
2012/12/21 Marek Gimza
> Do you have a linux/unix machine?
>
> If so, then either run an instance of Jenkins on that machine to run the
> shell scripts, OR setup the Linux/unix machine as a slave to run the job.
>
> Alte
Do you have a linux/unix machine?
If so, then either run an instance of Jenkins on that machine to run the
shell scripts, OR setup the Linux/unix machine as a slave to run the job.
Alternatively, you could call dos2unix as a build-step to do the conversion
before running your task(s).
I hpe that