Jenkins - XebiaLabs XL Deploy Plugin with verbose mode

问题描述

我的管道是这样,但我想显示插件的所有操作(创建文件夹,...)

stage('deploy') {
    steps {
        script {
            xldCreatePackage artifactsPath: '.',manifestPath: 'deployit-manifest.xml',darPath: "foo-${properties.MsveRSION}-${BUILD_NUMBER}.dar"
        }
    }
}

关于自由式工作的插件

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)