Skip to content

Commit

Permalink
adding echo statements to check variable states
Browse files Browse the repository at this point in the history
  • Loading branch information
ankimball authored Aug 13, 2024
1 parent 28daa69 commit 94cf493
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cicd/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ pipeline {
stage('Launch SonarQube') {
steps {
script {
echo "BRANCH_NAME=${env.CHANGE_BRANCH}"
echo "FORK_NAME=${env.CHANGE_FORK}"
echo "CHANGE_URL=${env.CHANGE_URL}"
echo "CHANGE_ID=${env.CHANGE_ID}"
build job: '/ufs-srweather-app/ufs-srw-sonarqube', parameters: [
string(name: 'BRANCH_NAME', value: env.CHANGE_BRANCH ?: 'develop'),
string(name: 'FORK_NAME', value: env.CHANGE_FORK ?: ''),
Expand Down

0 comments on commit 94cf493

Please sign in to comment.