Skip to content

Commit

Permalink
Add logs related to CI detection
Browse files Browse the repository at this point in the history
  • Loading branch information
thebhumilsoni committed Jun 7, 2024
1 parent f337bc0 commit b581775
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ class BuildKiteTestDataUploader(

init {
logger.debug { "TestDataUploader initialized with test analytics API token." }
if (runEnvironment.ci != null) {
logger.debug { "CI system detected: ${runEnvironment.ci}" }
} else {
logger.debug { "No CI system detected." }
}
}

/**
Expand Down

0 comments on commit b581775

Please sign in to comment.