pipeline进行集成时,需要根据最新的tag标签来决定接下来的构建
TAG = sh(returnStdout: true ,script: "git tag --sort=taggerdate| tail -1").trim()