package org.kraxel.Testlib def LibHello() { sh 'echo Testlib hello' } return this;