feat delete label
Some checks failed
test/pipeline/head There was a failure building this commit

This commit is contained in:
tqcq 2024-08-06 11:20:48 +08:00
parent 35dcc5169a
commit f97021a3be

3
Jenkinsfile vendored
View File

@ -1,8 +1,7 @@
pipeline {
agent {
docker {
image 'art.uocat.com/docker/tqcq/cross'
label 'v1.0.1'
image 'art.uocat.com/docker/tqcq/cross:v1.0.1'
}
}