|
365 | 365 | "git.commit_sha": "jenkins-git-commit" |
366 | 366 | } |
367 | 367 | ], |
368 | | - [ |
369 | | - { |
370 | | - "WORKSPACE": "/foo/bar", |
371 | | - "JOB_NAME": "jobName/KEY1=VALUE1,KEY2=VALUE2/another-branch", |
372 | | - "GIT_URL": "sample", |
373 | | - "GIT_BRANCH": "refs/heads/master", |
374 | | - "JENKINS_URL": "jenkins", |
375 | | - "BUILD_TAG": "jenkins-pipeline-id", |
376 | | - "BUILD_NUMBER": "jenkins-pipeline-number", |
377 | | - "BUILD_URL": "jenkins-pipeline-url", |
378 | | - "JOB_URL": "jenkins-job-url", |
379 | | - "GIT_COMMIT": "jenkins-git-commit" |
380 | | - }, |
381 | | - { |
382 | | - "ci.pipeline.name": "jobName", |
383 | | - "ci.workspace_path": "/foo/bar", |
384 | | - "git.repository_url": "sample", |
385 | | - "git.branch": "master", |
386 | | - "ci.provider.name": "jenkins", |
387 | | - "ci.pipeline.id": "jenkins-pipeline-id", |
388 | | - "ci.pipeline.number": "jenkins-pipeline-number", |
389 | | - "ci.pipeline.url": "jenkins-pipeline-url", |
390 | | - "git.commit.sha": "jenkins-git-commit", |
391 | | - "git.commit_sha": "jenkins-git-commit" |
392 | | - } |
393 | | - ], |
394 | 368 | [ |
395 | 369 | { |
396 | 370 | "WORKSPACE": "/foo/bar", |
|
0 commit comments