userboyboy pipeline { agent { node { label ‘node-v12’ } } stages { stage(‘Example’) { steps { input(message: ‘@john.cheng ’, submitter: ‘john.cheng’) } } } } 我用john.cheng的账号发布了,然后用另外一个test账号点击继续也能成功 帮忙看下什么原因