diff --git a/Jenkinsfile b/Jenkinsfile index a162f84..2f207dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,9 @@ pipeline { QODANA_TOKEN=credentials('qodana-token') SSH_KEY=credentials('ssh-key') } - agent any + agent { + label '本地' + } stages { stage('Qodana代码检查') {