shaowenchen
没有复现出问题
pipeline {
agent any
parameters {
string(name:'TAG_NAME',defaultValue: '123',description:'12')
string(name:'TAG_NAME_2',defaultValue: '123_2',description:'12_2')
}
stages {
stage('stage-kfe9c') {
steps {
git(url: 'https://github.com/kubesphere/devops-java-sample.git', changelog: true, poll: false)
}
}
}
}
