From 10e1597d3ad16d5857561302dbf677b7145fef68 Mon Sep 17 00:00:00 2001 From: BlueberryBoy <361992382@qq.com> Date: Fri, 2 Jun 2023 15:40:38 +0000 Subject: [PATCH] update Jenkinsfile-online. Signed-off-by: BlueberryBoy <361992382@qq.com> --- Jenkinsfile-online | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 66b4574..6aada7c 100644 --- a/Jenkinsfile-online +++ b/Jenkinsfile-online @@ -17,7 +17,7 @@ pipeline { DOCKERHUB_NAMESPACE = 'zq975684' GITHUB_ACCOUNT = 'stevenqingcloud' APP_NAME = 'devops-java-sample' - SONAR_CREDENTIAL_ID= 'sonar-token' + SONAR_CREDENTIAL_ID= 'sonarqube-key' } stages { -- Gitee