diff --git a/Jenkinsfile b/Jenkinsfile index eac490e2b..1e42ffb4f 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()