pipeline { agent any stages { stage('') { steps { git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main') } } } }