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

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stage('Build') {
steps {
sh 'echo build'
sh 'env'
}
}
stage('Test'){