Skip to content

Commit

Permalink
Log CI system detection
Browse files Browse the repository at this point in the history
  • Loading branch information
thebhumilsoni committed Jun 7, 2024
1 parent f21d952 commit 2259a45
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 2259a45

Please sign in to comment.