Skip to content

Commit

Permalink
Revert "test: print the CI env variable"
Browse files Browse the repository at this point in the history
This reverts commit 1e7c68e.
  • Loading branch information
efd6 committed Jan 26, 2022
1 parent 8846b90 commit 460a80a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ pipeline {
stage('Checkout') {
options { skipDefaultCheckout() }
steps {
// For testing purposes, let's print the env variable CI
sh 'env | grep CI'
pipelineManager([ cancelPreviousRunningBuilds: [ when: 'PR' ] ])
deleteDir()
// Here we do a checkout into a temporary directory in order to have the
Expand Down Expand Up @@ -380,8 +378,6 @@ def packagingLinux(Map args = [:]) {
withEnv([
"PLATFORMS=${PLATFORMS}"
]) {
// for testing purposes
echo "CI=${env.CI}"
target(args)
}
}
Expand Down Expand Up @@ -1001,7 +997,6 @@ def dumpVariables(){
BEAT_VERSION: ${env.BEAT_VERSION}
BEATS: ${env.BEATS}
BUILD_DIR: ${env.BUILD_DIR}
CI: ${env.CI}
COMMIT_ID: ${env.COMMIT_ID}
COVERAGE_DIR: ${env.COVERAGE_DIR}
COVERAGE_TOOL: ${env.COVERAGE_TOOL}
Expand Down

0 comments on commit 460a80a

Please sign in to comment.