项目测试
Some checks reported warnings
Personal/PersonalMain-Golang/pipeline/head This commit is unstable

This commit is contained in:
筱锋xiao_lfeng 2024-01-31 19:15:22 +08:00
parent 5998349185
commit e1b2a8a042
Signed by: XiaoLFeng
GPG Key ID: F693AA12AABBFA87

4
Jenkinsfile vendored
View File

@ -3,7 +3,9 @@ pipeline {
QODANA_TOKEN=credentials('qodana-token') QODANA_TOKEN=credentials('qodana-token')
SSH_KEY=credentials('ssh-key') SSH_KEY=credentials('ssh-key')
} }
agent any agent {
label '本地'
}
stages { stages {
stage('Qodana代码检查') { stage('Qodana代码检查') {