JPM Docs are available at https://sourcecode.jnj.com/pages/ASX-XENA/xena-training/main/browse/docs/#/130-Intro-to-JPM
- Name of the Job - gladiator/Frontend
- Information related to the Jenkins multi-branch job setup can be found in
_scm_jenkins/jenkins.yaml - Jenkins instance configured with the an JPMAdmin Job that automates these Job creation/Updates.
- Any required change to the job setup should be done on a feature branch & submitted as a pull request to
developmentbranch. - branches having the following pattern (or) name won't get a multi-branch job setup.
- archive/*
- backup/*
- feature/never-build
- Information related to the Jenkins multi-branch job setup can be found in
- PreDev Jobs are executed on the following branch patterns
feature/*, bugfix/*, hotfix/*.- Lint / code quality checks run as part of PreDev Jobs
- Branch Pattern
- Base branch : develop
- Production branch: main
JPM Docs are available at https://sourcecode.jnj.com/pages/ASX-XENA/xena-training/main/browse/docs/#/130-Intro-to-JPM
npm installOr
npm ciWork with dev/beta server:
npm run devWork with dev/beta server mocked/offline:
npm run mocknpm run buildnpm run lintOr
npm run lint:fixwhen using Ping Id login option, ping federate is redirecting to callback api url https://localhost/.
You can use Mod Header extension to redirect callback url to your hosted url path using these steps:
- Install Mod Header extension for your browser using one of these links ( Firefox , Chrome)
- Configure Mod Header to redirect from
https://localhost/to your URL ( e.ghttp://localhost:3000/)
- This will help you to avoid cors errors.
Create a chrome shortcut with cors checks disabled by making the shortcut target:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir="D:\Users\${Insert your windows user name}\chromeTemp1"

