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 @nickdgriffin I have made changes to the environment_provisioning.groovy and java_reference_application_jobs.groovy so that it will use Pluggable SCM to load the cartridge. Please review my changes. Thanks

The reference application (spring-petclinic) has a maven build wrapper. This enables the application to be built using mvn wrapper. E.g. `./mvnw clean install`. In my opinion, we should make use...

Use reference applications maven build wrapper for build orchestration. This is to demonstrate example use case for https://github.com/Accenture/adop-cartridge-java/issues/38. The cartridges tests for this PR will fail.

Moving the SonarQube step after regression tests are executed will allow us to pull into SonarQube dashboard the information from regression test execution and from performance test execution. On a...

Activate JaCoCo during regression test execution so we can gather coverage from those tests and afterwards pull them into SonarQube. This is useful specially for the overall code coverage metrics,...

help wanted

The jobs at the moment do not clean up old builds/artefacts, which means that over time they can accumulate (especially in the case where this cartridge is consumed and artefact...

enhancement
help wanted

Using docker-compose scale jenkins-slave=2 command, the response obtained is: WARNING: The LDAP_PWD variable is not set. Defaulting to a blank string. WARNING: The LDAP_FULL_DOMAIN variable is not set. Defaulting to...

Some times the Create_Environment job fails with error “nginx: [error] open() ‘/run/nginx.pid’ failed (2: No such file or directory)” We believe this error is because the nginx process is not...

Enhance Pet Clinic reference pipeline, so it creates and disposes the CI environment during the process. The environment name will be named as CI-${B} to allow for multiple parallel job...

Before the introduction of environment type DEV|PROD, the environment job allowed for creating as many environments as needed on demand, and then the deploy job could be used to deploy...

help wanted