Skip to content

Commit dba4e51

Browse files
committed
Edit comments in Jenkinsfile.
1 parent 367ffee commit dba4e51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ pipeline {
3131
sh "echo 'Setup build environment...'"
3232
sh "ci/setup.sh"
3333

34-
// Cleanup any prior build system resources
34+
// Cleanup any prior, temporary build system artifacts
3535
try {
3636
sh "ci/cleanupArtifacts.sh"
3737
sh "ci/cleanupGemFiles.sh"
3838
}
3939
catch (ignore) { }
4040

41-
// Run the SBDG project Gradle build using JDK 8 inside Docker
41+
// Run the STDG project Gradle build using JDK 8 inside Docker
4242
try {
43-
sh "echo 'Building SSDG...'"
43+
sh "echo 'Building STDG...'"
4444
sh "ci/check.sh"
4545
}
4646
catch (e) {

0 commit comments

Comments
 (0)