pipeline { agent any stages { stage('1') { steps { git 'http://1.14.125.6:3000/wangyz/initial.git' } } stage('2') { steps { echo '123456' } } } }