fix: pass agentrun tools image to pipelinerun
This commit is contained in:
@@ -392,6 +392,8 @@ function triggerScript(sourceCommit: string, pipelineRun: string): string {
|
|||||||
` value: ${gitMirrorReadUrl}`,
|
` value: ${gitMirrorReadUrl}`,
|
||||||
" - name: git-write-url",
|
" - name: git-write-url",
|
||||||
` value: ${gitMirrorWriteUrl}`,
|
` value: ${gitMirrorWriteUrl}`,
|
||||||
|
" - name: tools-image",
|
||||||
|
` value: ${mirrorToolsImage}`,
|
||||||
" workspaces:",
|
" workspaces:",
|
||||||
" - name: source",
|
" - name: source",
|
||||||
" volumeClaimTemplate:",
|
" volumeClaimTemplate:",
|
||||||
|
|||||||
Reference in New Issue
Block a user