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

6
Jenkinsfile vendored
View File

@ -1,5 +1,9 @@
pipeline {
agent { image 'tqcq/cross' }
agent {
docker {
image 'tqcq/cross'
}
}
stages {
stage('Configure') {
steps {