Skip to content

Commit

Permalink
Merge pull request sora-xor#1214 from sora-xor/f33r0-patch-2
Browse files Browse the repository at this point in the history
Update Jenkinsfile
  • Loading branch information
f33r0 authored Nov 3, 2023
2 parents 29e0c88 + 7ba8194 commit d7c6c4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit d7c6c4a

Please sign in to comment.