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