We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7a010 commit 9bec545Copy full SHA for 9bec545
build.gradle
@@ -424,7 +424,7 @@ task notifyJenkins(type: ExecuteRemoteJenkins) {
424
def runId = System.getenv('BUILD_RUN_ID')
425
def githubToken = System.getenv('GITHUB_TOKEN')
426
def githubRef = System.getenv('GITHUB_REF')
427
- def githubRefName = System.getEnv('GITHUB_REF_NAME')
+ def githubRefName = System.getenv('GITHUB_REF_NAME')
428
429
jobUrl = "https://ci.eclipse.org/efxclipse/job/efxclipse_drift_build"
430
buildParameters = [
0 commit comments