You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance optimizations for Jenkins (Java only)
* Replace `install` with `package`.
* Run Maven with 2 threads per CPU core for non-test phases.
* Run Artifactory step in offline mode (all dependencies are already cached in previous steps).
* Don't run OWASP dependency check in Static Code Analysis phase, it already ran in the Run Tests phase.
QA-7800, QA-7892
Autoported commit.
Original commit hash: [42607624c]
Manual files:
Jenkinsfile
pom.xml
0 commit comments