File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ pipeline {
128128 docker{
129129 image ' ghcr.io/astral-sh/uv:debian'
130130 label ' docker && linux && x86_64'
131- args ' -- mount source=tripwire_cache,target=/tmp --tmpfs /.config:exec --tmpfs /.tree-sitter:exec'
131+ args " --label=purpose=ci --label \" JOB_NAME= \$ JOB_NAME \" --label \" absoluteUrl= ${ currentBuild.absoluteUrl } \" --label \" BUILD_NUMBER= ${ currentBuild.number } \" -- mount source=tripwire_cache,target=/tmp --tmpfs /.config:exec --tmpfs /.tree-sitter:exec"
132132 }
133133
134134 }
@@ -360,7 +360,7 @@ pipeline {
360360 docker {
361361 image ' ghcr.io/astral-sh/uv:debian'
362362 label ' docker && linux'
363- args ' -- mount source=tripwire_cache,target=/tmp'
363+ args " --label=purpose=ci --label \" JOB_NAME= \$ JOB_NAME \" --label \" absoluteUrl= ${ currentBuild.absoluteUrl } \" --label \" BUILD_NUMBER= ${ currentBuild.number } \" -- mount source=tripwire_cache,target=/tmp"
364364 }
365365 }
366366 steps{
You can’t perform that action at this time.
0 commit comments