rest的向导工程

Jenkinsfile 116B

    pipeline { agent any stages { stage('error') { steps { echo 'Hello World' } } } }