def call(String webhook) { def info = gatherCommonInfo() new com.example.FeishuNotifier(this, webhook).send( 'START', env.JOB_NAME, env.BUILD_NUMBER, info.buildUrl, '0s', info.branch, info.commitMsg, info.author, info.commitTime ) }