John Blum
|
d1d33502ba
|
Declare the agent directive (set to 'any') in the Jenkins CI build Declarative Pipeline.
|
2021-04-09 13:23:21 -07:00 |
|
John Blum
|
5f4c758b59
|
Switch to the new Jenkins Declarative Pipeline syntax.
Use Docker containers to run the stages & steps of the Jenkins CI build.
Use Bash shell scripts to encapsulae the Gradle commands.
|
2021-04-09 12:58:58 -07:00 |
|
John Blum
|
9054cf84ea
|
Fix syntax errors in Jenkinsfile.
|
2019-05-29 10:55:38 -07:00 |
|
John Blum
|
93faf97edd
|
Switch generic node closure to running on a 'linux' node.
Change project properties definition to nested closure.
|
2019-05-29 10:09:28 -07:00 |
|
John Blum
|
57ae236e0c
|
Configure environment with JDK (8) by setting JAVA_HOME.
|
2019-05-29 08:43:05 -07:00 |
|
John Blum
|
4813d04400
|
Disable Debug mode and enable Info mode in CI Gradle builds.
Debug mode generated too much build log output and resulted in... 'The job exceeded the maximum log length, and has been terminated.'
|
2018-10-06 16:36:29 -07:00 |
|
John Blum
|
4fb37db088
|
Disable Stack Trace and enable Debug mode in CI Gradle builds.
|
2018-10-06 14:19:26 -07:00 |
|
John Blum
|
2e8b8162f4
|
Enable Stack Trace on CI Gradlew builds.
|
2018-10-06 12:13:15 -07:00 |
|
John Blum
|
57bb65872a
|
Update Jenkins build script file.
Remove 'springio' Jenkins build task (check).
|
2018-08-29 23:16:18 -07:00 |
|
John Blum
|
a2b8fe52f2
|
Add Jenkins build pipeline timeouts (10 Minutes) to the 'Check' and 'Spring IO' stages.
|
2018-08-22 14:59:09 -07:00 |
|
John Blum
|
2d2411791f
|
Add 'Deploy Docs' build phase/task.
|
2018-06-25 21:18:32 -07:00 |
|
John Blum
|
8adaca453a
|
Upgrade to Spring IO Platform Cairo-SR2 for springIoCheck.
|
2018-06-20 15:50:47 -07:00 |
|
John Blum
|
794db44bec
|
Set Spring IO Platform version to Cairo-RELEASE in the springIoCheck build step/task.
|
2018-06-20 13:56:31 -07:00 |
|
John Blum
|
2a5cb36398
|
Remove 'Deploy Docs' stage.
|
2018-03-22 14:49:50 -07:00 |
|
John Blum
|
87f2acada9
|
Fix Ant glob path expression for 'Check' stage junit test results.
|
2018-03-22 14:38:48 -07:00 |
|
John Blum
|
a9b9397f85
|
Add Jenkinsfile build configuration.
|
2018-03-20 12:40:52 -07:00 |
|