项目部署
Some checks failed
Personal/PersonalMain-Golang/pipeline/head There was a failure building this commit

This commit is contained in:
筱锋xiao_lfeng 2024-01-31 16:26:26 +08:00
parent 9e6c5a21e2
commit 80e66ea835
No known key found for this signature in database
GPG Key ID: F693AA12AABBFA87

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
environment {
QODANA_TOKEN=credentials('qodana-token')
}
agent any
agent '本地'
stages {
stage('Qodana代码检查') {