Skip to content

Commit

Permalink
Merge branch 'master' into NFDIV-4358
Browse files Browse the repository at this point in the history
  • Loading branch information
FaisalMoJ committed Oct 16, 2024
2 parents e2bf0aa + 1507320 commit f831203
Show file tree
Hide file tree
Showing 23 changed files with 636 additions and 425 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ node_modules/

.idea/
*.iml
*.iws
*.ipr

*swp
*log
Expand All @@ -13,11 +15,20 @@ node_modules/
src/**/*.js

src/main/public/*
Fortify Scan/
lib/

node-rpm-packaging/
mochawesome-report/
npm-debug.log.*

.gradle/
out/
bin/
build/

.classpath
target/
.project
.settings/
dist/
Expand Down
2 changes: 2 additions & 0 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def pipelineConf = new AppPipelineConfig()
pipelineConf.vaultSecrets = secrets

withNightlyPipeline(type, product, component) {
//enableFortifyScan()
//afterSuccess('fortify-scan') { steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Fortify Scan/**/*' }
enableCrossBrowserTest()
enableFullFunctionalTest()
loadVaultSecrets(secrets)
Expand Down
138 changes: 70 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f831203

Please sign in to comment.