How to pass environment variable or string parameter in a Windows VM using jenkins as code using declarative syntax

后端 未结 0 814
情书的邮戳
情书的邮戳 2021-01-13 05:09
pipeline {
  agent {
    node {
      label \'xxx\'
    }
  }
  environment {
    TESTPASSWORD_PSW = "${TESTPASSWORD}"
  }
  stages {
    stage("My En         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题