Edit comments.

This commit is contained in:
John Blum
2021-04-02 13:39:52 -07:00
parent 92b27be07f
commit 56497fb9ec

2
Jenkinsfile vendored
View File

@@ -42,7 +42,7 @@ pipeline {
}
catch (ignore) { }
// Run the SBDG project Gradle build using JDK 8
// Run the SBDG project Gradle build using JDK 8 inside Docker
try {
sh 'GRADLE_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./gradlew --no-daemon --refresh-dependencies --stacktrace clean check'
}