class PipeLineStepTest{ def run(script, env){ script.echo "second test" }}
class PipeLineStepTest{
def run(script, env){
script.echo "second test"
}