def call(){ node { echo "test" new PipeLineStepTest().run(this, env) }}
def call(){
node {
echo "test"
new PipeLineStepTest().run(this, env)
}