Scripted Pipeline での書き方 Is it possible to make a parameterized scripted pipeline in Jenkins by listing the parameters in actual script, not in job config - Stack Overflow node { properties([ parameters([ string(name: 'DEPLOY_ENV', defaultValue: 'staging', description: ''), booleanParam(...