griddynamics / mpl

[IT-36925] Jenkins Shared Modular Pipeline Library
https://blog.griddynamics.com/developing-a-modular-pipeline-library-to-improve-devops-collaboration/
Apache License 2.0
157 stars 97 forks source link

Unable to run MPLModule with agent none #11

Closed sparshev closed 6 years ago

sparshev commented 6 years ago

When agent is not set, fileExists() step couldn't be used anyhow and raising exception that prevents further execution. Probably it will be good to create own fileExists that will not print anything to the console and will not be executed without an agent.