Example : jenkins declarative pipeline variables in stage pipeline { agent any environment { ENV_NAME = "${env.BRANCH_NAME}" } // ---------------- stages ...
確定! 回上一頁