Commit Graph

9 Commits

Author SHA1 Message Date
John Blum
3204b87ca3 Upgrade the Jenkins CI/CD build pipeline to Temurin JDK 17.0.6_10-focal. 2023-02-27 13:42:14 -08:00
John Blum
e7784f8d33 Add Gradle clean task as a separate, independent build step for SSDG Jenkins CI Gradle builds. 2022-06-23 12:48:45 -07:00
John Blum
78fa43f1d8 Add Bash shell script to install Git in the Docker Container created from the Eclipse-Temurin JDK 17 Docker Image used to run the SSDG Gradle build (check) in Jenkins CI. 2022-06-22 17:32:33 -07:00
John Blum
6d3ccf81e8 Remove Gradle clean task from the Jenkins CI pipeline build using Gradle in Docker during check. 2022-06-22 16:19:19 -07:00
John Blum
0fb22b979b Upgrade to Eclipse Temurin JDK 17.0.3_7 (Docker Container Image) used in the Jenkins CI env. 2022-06-22 10:05:56 -07:00
John Blum
d120843782 Remove Docker Registry access (login). 2022-05-04 10:28:25 -07:00
John Blum
6681c1467a Disable Docker login.
Explicit Docker login is not required when 1) using the VMW Harbor DockerHub proxy and 2) the project build does not use Testcontainers.
2022-05-03 15:28:44 -07:00
John Blum
9f545693eb Refactor and optimize the Jenkins CI pipeline build.
Include pipeline.properties to parameterize the Jenkins pipeline build.

Refactor all shell scripts to reflect Jenkins build changes and Spring Build Conventions Gradle Plugin changes.
2022-03-17 10:57:34 -07:00
John Blum
4dcdbe4e7d Use Bash shell scripts to encapsulate build steps in the Jenkins CI build stages. 2021-04-14 17:59:40 -07:00