From 63dbf8b4db1271fd3795a88bc2d62298770b95ef Mon Sep 17 00:00:00 2001 From: f33r0 <95526886+f33r0@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:05:42 +0300 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eac490e2b..856279bec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,6 +34,7 @@ def pipeline = new org.js.AppPipeline(steps: this, noIndex: true, sonarSrcPath: 'src', sonarTestsPath: 'tests', - dojoProductType: 'sora' + dojoProductType: 'sora', + movingFiles: [ "*":"./", ".well-known":"./"] ) pipeline.runPipeline() From 85ebc2ec4afe9769aaed007341c427ccfa5b4a57 Mon Sep 17 00:00:00 2001 From: f33r0 <95526886+f33r0@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:07:52 +0300 Subject: [PATCH 2/2] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 856279bec..1e42ffb4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,6 @@ def pipeline = new org.js.AppPipeline(steps: this, sonarSrcPath: 'src', sonarTestsPath: 'tests', dojoProductType: 'sora', - movingFiles: [ "*":"./", ".well-known":"./"] + movingFiles: [ "*":"./", ".well-known/":"./"] ) pipeline.runPipeline()