Skip to content

Commit

Permalink
build(release): checking env vars (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop authored and cdcabrera committed Jul 24, 2023
1 parent 682f631 commit ff0a957
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ pipeline {
}

stages {
stage('Initial Setup') {
steps {
sh 'printenv'
}
}

stage('Ephemeral testing stage') {
steps {
sh "echo 'ephemeral testing stage'"
Expand Down

0 comments on commit ff0a957

Please sign in to comment.