From 2a4e6b9242ffc58668d90fd39254357ad1c9c34e Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:37:33 -0400 Subject: [PATCH 1/3] Update Jenkinsfile --- test/ci/Jenkinsfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/ci/Jenkinsfile b/test/ci/Jenkinsfile index d1e456c7..4e15b74b 100644 --- a/test/ci/Jenkinsfile +++ b/test/ci/Jenkinsfile @@ -1,6 +1,16 @@ pipeline { agent none stages { + stage('Launch SonarQube') { + steps { + script { + build job: '/land-da/land-da-sonarqube', parameters: [ + string(name: 'BRANCH_NAME', value: env.CHANGE_BRANCH ?: 'develop'), + string(name: 'FORK_NAME', value: env.CHANGE_FORK ?: '') + ], wait: false + } + } + } stage('Land DA workflow') { agent { label 'built-in' From 732c8225bdb9e92d4170f48e1994593c50f08a71 Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:32:08 -0400 Subject: [PATCH 2/3] Update Jenkinsfile test --- test/ci/Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/ci/Jenkinsfile b/test/ci/Jenkinsfile index 4e15b74b..d1e456c7 100644 --- a/test/ci/Jenkinsfile +++ b/test/ci/Jenkinsfile @@ -1,16 +1,6 @@ pipeline { agent none stages { - stage('Launch SonarQube') { - steps { - script { - build job: '/land-da/land-da-sonarqube', parameters: [ - string(name: 'BRANCH_NAME', value: env.CHANGE_BRANCH ?: 'develop'), - string(name: 'FORK_NAME', value: env.CHANGE_FORK ?: '') - ], wait: false - } - } - } stage('Land DA workflow') { agent { label 'built-in' From d84086bfce23c30e80a7bc2079a41503698e149c Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:51:55 -0400 Subject: [PATCH 3/3] Update Jenkinsfile --- test/ci/Jenkinsfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/ci/Jenkinsfile b/test/ci/Jenkinsfile index d1e456c7..4e15b74b 100644 --- a/test/ci/Jenkinsfile +++ b/test/ci/Jenkinsfile @@ -1,6 +1,16 @@ pipeline { agent none stages { + stage('Launch SonarQube') { + steps { + script { + build job: '/land-da/land-da-sonarqube', parameters: [ + string(name: 'BRANCH_NAME', value: env.CHANGE_BRANCH ?: 'develop'), + string(name: 'FORK_NAME', value: env.CHANGE_FORK ?: '') + ], wait: false + } + } + } stage('Land DA workflow') { agent { label 'built-in'