From c4f6ec1aa105d7852e850ae978d4165cdfcefef8 Mon Sep 17 00:00:00 2001 From: berthelot2019 <55876654+berthelot2019@users.noreply.github.com> Date: Tue, 7 Mar 2023 16:13:08 +0100 Subject: [PATCH 1/2] Update Jenkinsfile-1 --- Jenkinsfile-1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index 4edf935f..5066c087 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -7,9 +7,9 @@ pipeline { stage('Scan') { steps { withSonarQubeEnv(installationName: 'sq1') { - sh './mvnw clean org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar' + sh './mvnw clean org.sonarsource.scanner.maven:sonar-maven-plugin:3.8.6:sonar' } } } } -} \ No newline at end of file +} From e1cfeb5114b6f32e6a336ae0bfbc6336274a14d3 Mon Sep 17 00:00:00 2001 From: berthelot2019 <55876654+berthelot2019@users.noreply.github.com> Date: Tue, 7 Mar 2023 16:23:09 +0100 Subject: [PATCH 2/2] Update Jenkinsfile-1 --- Jenkinsfile-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index 5066c087..94474698 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -1,5 +1,5 @@ pipeline { - agent { label 'linux' } + agent any options { buildDiscarder(logRotator(numToKeepStr: '5')) }