feat/support_fiber #6

Merged
tqcq merged 52 commits from feat/support_fiber into master 2024-08-11 13:03:04 +08:00
Showing only changes of commit 35dcc5169a - Show all commits

2
Jenkinsfile vendored
View File

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