We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367ffee commit dba4e51Copy full SHA for dba4e51
Jenkinsfile
@@ -31,16 +31,16 @@ pipeline {
31
sh "echo 'Setup build environment...'"
32
sh "ci/setup.sh"
33
34
- // Cleanup any prior build system resources
+ // Cleanup any prior, temporary build system artifacts
35
try {
36
sh "ci/cleanupArtifacts.sh"
37
sh "ci/cleanupGemFiles.sh"
38
}
39
catch (ignore) { }
40
41
- // Run the SBDG project Gradle build using JDK 8 inside Docker
+ // Run the STDG project Gradle build using JDK 8 inside Docker
42
43
- sh "echo 'Building SSDG...'"
+ sh "echo 'Building STDG...'"
44
sh "ci/check.sh"
45
46
catch (e) {
0 commit comments