我想创建一个带有调用触发器其他作业的阶段的父管道作业,这些作业也是管道作业。
我能做到吗?
这是我想要的框架:父作业的脚本:
pipeline {
parallel{
stage("A") {
build 'name of job 1 which is a pipeline job again and has a parallel block with stages in it'
}
stage("B") {
build 'name of job 2 which is a pipeline job again and has a parallel block with stages in it'
}
stage("C") {
build 'name of job 3 which is a pipeline job again and has a parallel block with stages in it'
}
}
}
Run Code Online (Sandbox Code Playgroud)
它是这样工作的吗?有什么办法可以做到这一点
专题图片发布一次后,可以在同一版本或下一版本中更改吗?
我还有一个与此无关的问题。灰色背景渐变是自动添加的以使白色图标在图标和特征图形图像中可见还是必须是图像的一部分?