adop-cartridge-java icon indicating copy to clipboard operation
adop-cartridge-java copied to clipboard

Results 22 adop-cartridge-java issues
Sort by recently updated
recently updated
newest added

Hi, In the DevOps Academy session while running through Module - 02 lab activity the build job does not gets trigger. Removing the **_plain:_** from the gerrit trigger pattern of...

bug

Error: Message is below. Running `eval $(docker-machine env default)` doesn't help :::::::::::::::::::: TLS configuration is invalid - make sure your DOCKER_TLS_VERIFY and DOCKER_CERT_PATH are set correctly. You might need to...

Also: Adding test for Owasp Dependency Check job Fixing https://github.com/Accenture/adop-cartridge-java/issues/33 Improving .gitignore This PR is dependent on the docker image created by this PR: https://github.com/Accenture/adop-jenkins/pull/25 being tagged and consumed by...

LEVEL 1

upstream load balancer uses internal IPs from containers to configure the load balancing. however, those internal IPs are not guaranteed to be preserved, and most commonly are not, after the...

The injectPasswords() DSL has been deprecated since envinject plugin 1.23. ```Warning: (java_reference_application_jobs.groovy, line 38) injectPasswords is deprecated Warning: (java_reference_application_jobs.groovy, line 95) injectPasswords is deprecated Warning: (java_reference_application_jobs.groovy, line 144) injectPasswords is...

Add a new job after unit tests to run mutation testing with Pitest to the reference pipeline

enhancement

Deploy job should by default publish data to Environment dashboard. Currently it is not done. Investigate if this is a limitation of the DSL, and if not, enable the action...

enhancement

Currently the Pet Clinic reference pipeline relies on existing environments and deployment based on file copy to webapps directory in Tomcat. While this model works, it would be much nicer...

enhancement

Definition of CVEs have changed the location, so URLs in version 3.1.1 are no longer working. Upgrade to 3.1.2 solves the issue.

Adding pluggable-scm changes. These changes were applied by @Kyle.See