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 8575724316 - Show all commits

4
Jenkinsfile vendored
View File

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