You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
Add UI5 artefacts to default stash configuration (#896)
* consider ui5.yaml as build descriptor * add common ui5 artefacts to tests stash
This commit is contained in:
committed by
Oliver Nocon
parent
97a140bce9
commit
a5548ab443
@@ -440,14 +440,14 @@ steps:
|
|||||||
noDefaultExludes: []
|
noDefaultExludes: []
|
||||||
pipelineStashFilesBeforeBuild:
|
pipelineStashFilesBeforeBuild:
|
||||||
stashIncludes:
|
stashIncludes:
|
||||||
buildDescriptor: '**/pom.xml, **/.mvn/**, **/assembly.xml, **/.swagger-codegen-ignore, **/package.json, **/requirements.txt, **/setup.py, **/mta*.y*ml, **/.npmrc, Dockerfile, .hadolint.yaml, **/VERSION, **/version.txt, **/Gopkg.*, **/dub.json, **/dub.sdl, **/build.sbt, **/sbtDescriptor.json, **/project/*'
|
buildDescriptor: '**/pom.xml, **/.mvn/**, **/assembly.xml, **/.swagger-codegen-ignore, **/package.json, **/requirements.txt, **/setup.py, **/mta*.y*ml, **/.npmrc, Dockerfile, .hadolint.yaml, **/VERSION, **/version.txt, **/Gopkg.*, **/dub.json, **/dub.sdl, **/build.sbt, **/sbtDescriptor.json, **/project/*, **/ui5.yaml, **/ui5.yml'
|
||||||
deployDescriptor: '**/manifest*.y*ml, **/*.mtaext.y*ml, **/*.mtaext, **/xs-app.json, helm/**, *.y*ml'
|
deployDescriptor: '**/manifest*.y*ml, **/*.mtaext.y*ml, **/*.mtaext, **/xs-app.json, helm/**, *.y*ml'
|
||||||
git: '.git/**'
|
git: '.git/**'
|
||||||
opa5: '**/*.*'
|
opa5: '**/*.*'
|
||||||
opensourceConfiguration: '**/srcclr.yml, **/vulas-custom.properties, **/.nsprc, **/.retireignore, **/.retireignore.json, **/.snyk, **/wss-unified-agent.config, **/vendor/**/*'
|
opensourceConfiguration: '**/srcclr.yml, **/vulas-custom.properties, **/.nsprc, **/.retireignore, **/.retireignore.json, **/.snyk, **/wss-unified-agent.config, **/vendor/**/*'
|
||||||
pipelineConfigAndTests: '.pipeline/**'
|
pipelineConfigAndTests: '.pipeline/**'
|
||||||
securityDescriptor: '**/xs-security.json'
|
securityDescriptor: '**/xs-security.json'
|
||||||
tests: '**/pom.xml, **/*.json, **/*.xml, **/src/**, **/node_modules/**, **/specs/**, **/env/**, **/*.js, **/tests/**'
|
tests: '**/pom.xml, **/*.json, **/*.xml, **/src/**, **/node_modules/**, **/specs/**, **/env/**, **/*.js, **/tests/**, **/*.html, **/*.css, **/*.properties'
|
||||||
stashExcludes:
|
stashExcludes:
|
||||||
buildDescriptor: '**/node_modules/**/package.json'
|
buildDescriptor: '**/node_modules/**/package.json'
|
||||||
deployDescriptor: ''
|
deployDescriptor: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user