摘要: pipeline { agent any tools { // Install the Maven version configured as "M3" and add it to the path. maven "M3" } stages { stage('Build') { steps { // 阅读全文
posted @ 2020-08-30 23:36 leechg 阅读(504) 评论(0) 推荐(0)