gpt4 book ai didi

jenkins - 如何将文件参数传递给 Jenkins 管道中的另一个构建作业?

转载 作者:行者123 更新时间:2023-12-04 02:11:53 27 4
gpt4 key购买 nike

如何将当前工作区中的文件作为参数传递给构建作业,例如:

build job: 'other-project', parameters: [[$class: 'FileParameterValue', ????]]

最佳答案

您可以传递文件的完整路径,您可以这样做:

node('master') {
//Read the workspace path
String path = pwd();
String pathFile = "${path}/exampleDir/fileExample.ext";
//Do whatever you wish with the file path
}

关于jenkins - 如何将文件参数传递给 Jenkins 管道中的另一个构建作业?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37296167/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com