1[ 2 [ 3 { 4 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 5 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 6 "BITRISE_BUILD_URL": "bitrise-build-url", 7 "BITRISE_GIT_COMMIT": "gitcommit", 8 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 9 "BITRISE_SOURCE_DIR": "/foo/bar", 10 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 11 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 12 "GIT_REPOSITORY_URL": "sample" 13 }, 14 { 15 "ci.pipeline.id": "bitrise-pipeline-id", 16 "ci.pipeline.name": "bitrise-pipeline-name", 17 "ci.pipeline.number": "bitrise-pipeline-number", 18 "ci.pipeline.url": "bitrise-build-url", 19 "ci.provider.name": "bitrise", 20 "ci.workspace_path": "/foo/bar", 21 "git.commit.message": "bitrise-git-commit-message", 22 "git.commit.sha": "gitcommit", 23 "git.repository_url": "sample" 24 } 25 ], 26 [ 27 { 28 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 29 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 30 "BITRISE_BUILD_URL": "bitrise-build-url", 31 "BITRISE_GIT_BRANCH": "origin/master", 32 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 33 "BITRISE_SOURCE_DIR": "/foo/bar", 34 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 35 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 36 "GIT_REPOSITORY_URL": "sample" 37 }, 38 { 39 "ci.pipeline.id": "bitrise-pipeline-id", 40 "ci.pipeline.name": "bitrise-pipeline-name", 41 "ci.pipeline.number": "bitrise-pipeline-number", 42 "ci.pipeline.url": "bitrise-build-url", 43 "ci.provider.name": "bitrise", 44 "ci.workspace_path": "/foo/bar", 45 "git.branch": "master", 46 "git.commit.message": "bitrise-git-commit-message", 47 "git.commit.sha": "bitrise-git-commit", 48 "git.repository_url": "sample" 49 } 50 ], 51 [ 52 { 53 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 54 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 55 "BITRISE_BUILD_URL": "bitrise-build-url", 56 "BITRISE_GIT_BRANCH": "origin/master", 57 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 58 "BITRISE_SOURCE_DIR": "foo/bar", 59 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 60 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 61 "GIT_REPOSITORY_URL": "sample" 62 }, 63 { 64 "ci.pipeline.id": "bitrise-pipeline-id", 65 "ci.pipeline.name": "bitrise-pipeline-name", 66 "ci.pipeline.number": "bitrise-pipeline-number", 67 "ci.pipeline.url": "bitrise-build-url", 68 "ci.provider.name": "bitrise", 69 "ci.workspace_path": "foo/bar", 70 "git.branch": "master", 71 "git.commit.message": "bitrise-git-commit-message", 72 "git.commit.sha": "bitrise-git-commit", 73 "git.repository_url": "sample" 74 } 75 ], 76 [ 77 { 78 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 79 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 80 "BITRISE_BUILD_URL": "bitrise-build-url", 81 "BITRISE_GIT_BRANCH": "origin/master", 82 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 83 "BITRISE_SOURCE_DIR": "/foo/bar~", 84 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 85 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 86 "GIT_REPOSITORY_URL": "sample" 87 }, 88 { 89 "ci.pipeline.id": "bitrise-pipeline-id", 90 "ci.pipeline.name": "bitrise-pipeline-name", 91 "ci.pipeline.number": "bitrise-pipeline-number", 92 "ci.pipeline.url": "bitrise-build-url", 93 "ci.provider.name": "bitrise", 94 "ci.workspace_path": "/foo/bar~", 95 "git.branch": "master", 96 "git.commit.message": "bitrise-git-commit-message", 97 "git.commit.sha": "bitrise-git-commit", 98 "git.repository_url": "sample" 99 } 100 ], 101 [ 102 { 103 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 104 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 105 "BITRISE_BUILD_URL": "bitrise-build-url", 106 "BITRISE_GIT_BRANCH": "origin/master", 107 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 108 "BITRISE_SOURCE_DIR": "/foo/~/bar", 109 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 110 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 111 "GIT_REPOSITORY_URL": "sample" 112 }, 113 { 114 "ci.pipeline.id": "bitrise-pipeline-id", 115 "ci.pipeline.name": "bitrise-pipeline-name", 116 "ci.pipeline.number": "bitrise-pipeline-number", 117 "ci.pipeline.url": "bitrise-build-url", 118 "ci.provider.name": "bitrise", 119 "ci.workspace_path": "/foo/~/bar", 120 "git.branch": "master", 121 "git.commit.message": "bitrise-git-commit-message", 122 "git.commit.sha": "bitrise-git-commit", 123 "git.repository_url": "sample" 124 } 125 ], 126 [ 127 { 128 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 129 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 130 "BITRISE_BUILD_URL": "bitrise-build-url", 131 "BITRISE_GIT_BRANCH": "origin/master", 132 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 133 "BITRISE_SOURCE_DIR": "~/foo/bar", 134 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 135 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 136 "GIT_REPOSITORY_URL": "sample", 137 "HOME": "/not-my-home", 138 "USERPROFILE": "/not-my-home" 139 }, 140 { 141 "ci.pipeline.id": "bitrise-pipeline-id", 142 "ci.pipeline.name": "bitrise-pipeline-name", 143 "ci.pipeline.number": "bitrise-pipeline-number", 144 "ci.pipeline.url": "bitrise-build-url", 145 "ci.provider.name": "bitrise", 146 "ci.workspace_path": "/not-my-home/foo/bar", 147 "git.branch": "master", 148 "git.commit.message": "bitrise-git-commit-message", 149 "git.commit.sha": "bitrise-git-commit", 150 "git.repository_url": "sample" 151 } 152 ], 153 [ 154 { 155 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 156 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 157 "BITRISE_BUILD_URL": "bitrise-build-url", 158 "BITRISE_GIT_BRANCH": "origin/master", 159 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 160 "BITRISE_SOURCE_DIR": "~foo/bar", 161 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 162 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 163 "GIT_REPOSITORY_URL": "sample", 164 "HOME": "/not-my-home", 165 "USERPROFILE": "/not-my-home" 166 }, 167 { 168 "ci.pipeline.id": "bitrise-pipeline-id", 169 "ci.pipeline.name": "bitrise-pipeline-name", 170 "ci.pipeline.number": "bitrise-pipeline-number", 171 "ci.pipeline.url": "bitrise-build-url", 172 "ci.provider.name": "bitrise", 173 "ci.workspace_path": "~foo/bar", 174 "git.branch": "master", 175 "git.commit.message": "bitrise-git-commit-message", 176 "git.commit.sha": "bitrise-git-commit", 177 "git.repository_url": "sample" 178 } 179 ], 180 [ 181 { 182 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 183 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 184 "BITRISE_BUILD_URL": "bitrise-build-url", 185 "BITRISE_GIT_BRANCH": "origin/master", 186 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 187 "BITRISE_SOURCE_DIR": "~", 188 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 189 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 190 "GIT_REPOSITORY_URL": "sample", 191 "HOME": "/not-my-home", 192 "USERPROFILE": "/not-my-home" 193 }, 194 { 195 "ci.pipeline.id": "bitrise-pipeline-id", 196 "ci.pipeline.name": "bitrise-pipeline-name", 197 "ci.pipeline.number": "bitrise-pipeline-number", 198 "ci.pipeline.url": "bitrise-build-url", 199 "ci.provider.name": "bitrise", 200 "ci.workspace_path": "/not-my-home", 201 "git.branch": "master", 202 "git.commit.message": "bitrise-git-commit-message", 203 "git.commit.sha": "bitrise-git-commit", 204 "git.repository_url": "sample" 205 } 206 ], 207 [ 208 { 209 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 210 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 211 "BITRISE_BUILD_URL": "bitrise-build-url", 212 "BITRISE_GIT_BRANCH": "refs/heads/master", 213 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 214 "BITRISE_SOURCE_DIR": "/foo/bar", 215 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 216 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 217 "GIT_REPOSITORY_URL": "sample" 218 }, 219 { 220 "ci.pipeline.id": "bitrise-pipeline-id", 221 "ci.pipeline.name": "bitrise-pipeline-name", 222 "ci.pipeline.number": "bitrise-pipeline-number", 223 "ci.pipeline.url": "bitrise-build-url", 224 "ci.provider.name": "bitrise", 225 "ci.workspace_path": "/foo/bar", 226 "git.branch": "master", 227 "git.commit.message": "bitrise-git-commit-message", 228 "git.commit.sha": "bitrise-git-commit", 229 "git.repository_url": "sample" 230 } 231 ], 232 [ 233 { 234 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 235 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 236 "BITRISE_BUILD_URL": "bitrise-build-url", 237 "BITRISE_GIT_BRANCH": "refs/heads/feature/one", 238 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 239 "BITRISE_SOURCE_DIR": "/foo/bar", 240 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 241 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 242 "GIT_REPOSITORY_URL": "sample" 243 }, 244 { 245 "ci.pipeline.id": "bitrise-pipeline-id", 246 "ci.pipeline.name": "bitrise-pipeline-name", 247 "ci.pipeline.number": "bitrise-pipeline-number", 248 "ci.pipeline.url": "bitrise-build-url", 249 "ci.provider.name": "bitrise", 250 "ci.workspace_path": "/foo/bar", 251 "git.branch": "feature/one", 252 "git.commit.message": "bitrise-git-commit-message", 253 "git.commit.sha": "bitrise-git-commit", 254 "git.repository_url": "sample" 255 } 256 ], 257 [ 258 { 259 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 260 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 261 "BITRISE_BUILD_URL": "bitrise-build-url", 262 "BITRISE_GIT_BRANCH": "origin/tags/0.1.0", 263 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 264 "BITRISE_GIT_TAG": "origin/tags/0.1.0", 265 "BITRISE_SOURCE_DIR": "/foo/bar", 266 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 267 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 268 "GIT_REPOSITORY_URL": "sample" 269 }, 270 { 271 "ci.pipeline.id": "bitrise-pipeline-id", 272 "ci.pipeline.name": "bitrise-pipeline-name", 273 "ci.pipeline.number": "bitrise-pipeline-number", 274 "ci.pipeline.url": "bitrise-build-url", 275 "ci.provider.name": "bitrise", 276 "ci.workspace_path": "/foo/bar", 277 "git.commit.message": "bitrise-git-commit-message", 278 "git.commit.sha": "bitrise-git-commit", 279 "git.repository_url": "sample", 280 "git.tag": "0.1.0" 281 } 282 ], 283 [ 284 { 285 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 286 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 287 "BITRISE_BUILD_URL": "bitrise-build-url", 288 "BITRISE_GIT_BRANCH": "refs/heads/tags/0.1.0", 289 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 290 "BITRISE_GIT_TAG": "refs/heads/tags/0.1.0", 291 "BITRISE_SOURCE_DIR": "/foo/bar", 292 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 293 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 294 "GIT_REPOSITORY_URL": "sample" 295 }, 296 { 297 "ci.pipeline.id": "bitrise-pipeline-id", 298 "ci.pipeline.name": "bitrise-pipeline-name", 299 "ci.pipeline.number": "bitrise-pipeline-number", 300 "ci.pipeline.url": "bitrise-build-url", 301 "ci.provider.name": "bitrise", 302 "ci.workspace_path": "/foo/bar", 303 "git.commit.message": "bitrise-git-commit-message", 304 "git.commit.sha": "bitrise-git-commit", 305 "git.repository_url": "sample", 306 "git.tag": "0.1.0" 307 } 308 ], 309 [ 310 { 311 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 312 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 313 "BITRISE_BUILD_URL": "bitrise-build-url", 314 "BITRISE_GIT_BRANCH": "origin/master", 315 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 316 "BITRISE_SOURCE_DIR": "/foo/bar", 317 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 318 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 319 "GIT_REPOSITORY_URL": "http://hostname.com/repo.git" 320 }, 321 { 322 "ci.pipeline.id": "bitrise-pipeline-id", 323 "ci.pipeline.name": "bitrise-pipeline-name", 324 "ci.pipeline.number": "bitrise-pipeline-number", 325 "ci.pipeline.url": "bitrise-build-url", 326 "ci.provider.name": "bitrise", 327 "ci.workspace_path": "/foo/bar", 328 "git.branch": "master", 329 "git.commit.message": "bitrise-git-commit-message", 330 "git.commit.sha": "bitrise-git-commit", 331 "git.repository_url": "http://hostname.com/repo.git" 332 } 333 ], 334 [ 335 { 336 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 337 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 338 "BITRISE_BUILD_URL": "bitrise-build-url", 339 "BITRISE_GIT_BRANCH": "origin/master", 340 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 341 "BITRISE_SOURCE_DIR": "/foo/bar", 342 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 343 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 344 "GIT_REPOSITORY_URL": "git@hostname.com:org/repo.git" 345 }, 346 { 347 "ci.pipeline.id": "bitrise-pipeline-id", 348 "ci.pipeline.name": "bitrise-pipeline-name", 349 "ci.pipeline.number": "bitrise-pipeline-number", 350 "ci.pipeline.url": "bitrise-build-url", 351 "ci.provider.name": "bitrise", 352 "ci.workspace_path": "/foo/bar", 353 "git.branch": "master", 354 "git.commit.message": "bitrise-git-commit-message", 355 "git.commit.sha": "bitrise-git-commit", 356 "git.repository_url": "git@hostname.com:org/repo.git" 357 } 358 ], 359 [ 360 { 361 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 362 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 363 "BITRISE_BUILD_URL": "bitrise-build-url", 364 "BITRISE_GIT_BRANCH": "origin/notmaster", 365 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 366 "BITRISE_SOURCE_DIR": "/foo/bar", 367 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 368 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit", 369 "GIT_REPOSITORY_URL": "git@hostname.com:org/repo.git" 370 }, 371 { 372 "ci.pipeline.id": "bitrise-pipeline-id", 373 "ci.pipeline.name": "bitrise-pipeline-name", 374 "ci.pipeline.number": "bitrise-pipeline-number", 375 "ci.pipeline.url": "bitrise-build-url", 376 "ci.provider.name": "bitrise", 377 "ci.workspace_path": "/foo/bar", 378 "git.branch": "notmaster", 379 "git.commit.message": "bitrise-git-commit-message", 380 "git.commit.sha": "bitrise-git-commit", 381 "git.repository_url": "git@hostname.com:org/repo.git" 382 } 383 ], 384 [ 385 { 386 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 387 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 388 "BITRISE_BUILD_URL": "bitrise-build-url", 389 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 390 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 391 "DD_GIT_BRANCH": "user-supplied-branch", 392 "DD_GIT_COMMIT_AUTHOR_DATE": "usersupplied-authordate", 393 "DD_GIT_COMMIT_AUTHOR_EMAIL": "usersupplied-authoremail", 394 "DD_GIT_COMMIT_AUTHOR_NAME": "usersupplied-authorname", 395 "DD_GIT_COMMIT_COMMITTER_DATE": "usersupplied-comitterdate", 396 "DD_GIT_COMMIT_COMMITTER_EMAIL": "usersupplied-comitteremail", 397 "DD_GIT_COMMIT_COMMITTER_NAME": "usersupplied-comittername", 398 "DD_GIT_COMMIT_MESSAGE": "usersupplied-message", 399 "DD_GIT_COMMIT_SHA": "usersupplied-commit", 400 "DD_GIT_REPOSITORY_URL": "usersupplied-repo", 401 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit" 402 }, 403 { 404 "ci.pipeline.id": "bitrise-pipeline-id", 405 "ci.pipeline.name": "bitrise-pipeline-name", 406 "ci.pipeline.number": "bitrise-pipeline-number", 407 "ci.pipeline.url": "bitrise-build-url", 408 "ci.provider.name": "bitrise", 409 "git.branch": "user-supplied-branch", 410 "git.commit.author.date": "usersupplied-authordate", 411 "git.commit.author.email": "usersupplied-authoremail", 412 "git.commit.author.name": "usersupplied-authorname", 413 "git.commit.committer.date": "usersupplied-comitterdate", 414 "git.commit.committer.email": "usersupplied-comitteremail", 415 "git.commit.committer.name": "usersupplied-comittername", 416 "git.commit.message": "usersupplied-message", 417 "git.commit.sha": "usersupplied-commit", 418 "git.repository_url": "usersupplied-repo" 419 } 420 ], 421 [ 422 { 423 "BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", 424 "BITRISE_BUILD_SLUG": "bitrise-pipeline-id", 425 "BITRISE_BUILD_URL": "bitrise-build-url", 426 "BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", 427 "BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", 428 "DD_GIT_COMMIT_AUTHOR_DATE": "usersupplied-authordate", 429 "DD_GIT_COMMIT_AUTHOR_EMAIL": "usersupplied-authoremail", 430 "DD_GIT_COMMIT_AUTHOR_NAME": "usersupplied-authorname", 431 "DD_GIT_COMMIT_COMMITTER_DATE": "usersupplied-comitterdate", 432 "DD_GIT_COMMIT_COMMITTER_EMAIL": "usersupplied-comitteremail", 433 "DD_GIT_COMMIT_COMMITTER_NAME": "usersupplied-comittername", 434 "DD_GIT_COMMIT_MESSAGE": "usersupplied-message", 435 "DD_GIT_COMMIT_SHA": "usersupplied-commit", 436 "DD_GIT_REPOSITORY_URL": "usersupplied-repo", 437 "DD_GIT_TAG": "0.0.2", 438 "GIT_CLONE_COMMIT_HASH": "bitrise-git-commit" 439 }, 440 { 441 "ci.pipeline.id": "bitrise-pipeline-id", 442 "ci.pipeline.name": "bitrise-pipeline-name", 443 "ci.pipeline.number": "bitrise-pipeline-number", 444 "ci.pipeline.url": "bitrise-build-url", 445 "ci.provider.name": "bitrise", 446 "git.commit.author.date": "usersupplied-authordate", 447 "git.commit.author.email": "usersupplied-authoremail", 448 "git.commit.author.name": "usersupplied-authorname", 449 "git.commit.committer.date": "usersupplied-comitterdate", 450 "git.commit.committer.email": "usersupplied-comitteremail", 451 "git.commit.committer.name": "usersupplied-comittername", 452 "git.commit.message": "usersupplied-message", 453 "git.commit.sha": "usersupplied-commit", 454 "git.repository_url": "usersupplied-repo", 455 "git.tag": "0.0.2" 456 } 457 ] 458] 459