On Saturday, 4 January 2020 21:58:59 UTC+10, James Nord wrote: > > 'OS' is an environment variable on windows. > the maven scripts are likely looking at it and expecting one that is > defined for Windows to set some parameters. the job parameter gets set in > the environment for the process in the bat step if I recall correctly and > this is likely messing with the script. > > try changing 'os' to 'agent-os' and see how you get on. > > /James >
Yes, that was the solution: I replaced the job parameter 'os' with 'agent_os' and the deploy step now works. Thanks. -- 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/3ebaad68-41a5-4c5d-97a3-aa08074edef9%40googlegroups.com.
