Edit comments in Jenkinsfile.
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -31,16 +31,16 @@ pipeline {
|
|||||||
sh "echo 'Setup build environment...'"
|
sh "echo 'Setup build environment...'"
|
||||||
sh "ci/setup.sh"
|
sh "ci/setup.sh"
|
||||||
|
|
||||||
// Cleanup any prior build system resources
|
// Cleanup any prior, temporary build system artifacts
|
||||||
try {
|
try {
|
||||||
sh "ci/cleanupArtifacts.sh"
|
sh "ci/cleanupArtifacts.sh"
|
||||||
sh "ci/cleanupGemFiles.sh"
|
sh "ci/cleanupGemFiles.sh"
|
||||||
}
|
}
|
||||||
catch (ignore) { }
|
catch (ignore) { }
|
||||||
|
|
||||||
// Run the SBDG project Gradle build using JDK 8 inside Docker
|
// Run the STDG project Gradle build using JDK 8 inside Docker
|
||||||
try {
|
try {
|
||||||
sh "echo 'Building SSDG...'"
|
sh "echo 'Building STDG...'"
|
||||||
sh "ci/check.sh"
|
sh "ci/check.sh"
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user