项目测试
Some checks reported warnings
Personal/PersonalMain-Golang/pipeline/head This commit is unstable
Some checks reported warnings
Personal/PersonalMain-Golang/pipeline/head This commit is unstable
This commit is contained in:
parent
5998349185
commit
e1b2a8a042
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -3,7 +3,9 @@ pipeline {
|
|||
QODANA_TOKEN=credentials('qodana-token')
|
||||
SSH_KEY=credentials('ssh-key')
|
||||
}
|
||||
agent any
|
||||
agent {
|
||||
label '本地'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Qodana代码检查') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user