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