Jenkinsfile `dir` step acting different in docker agent from non-docker agents

后端 未结 0 619
一个人的身影
一个人的身影 2021-01-23 05:08

Jenkins is treating the dir step weirdly in docker agents.

#!groovy


pipeline {
    agent none
    stages {
        stage(\'test not in docker\') {          


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