Skip to content

Commit

Permalink
fix env. refs in Jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Feb 16, 2022
1 parent 681e207 commit cffa9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ pipeline {
-Dsonar.host.url=${SONAR_HOST_URL} -Dsonar.login=${SONARCLOUD_TOKEN} \
-Dsonar.pullrequest.provider=GitHub \
-Dsonar.pullrequest.github.repository=eclipse/$PROJECT_NAME \
-Dsonar.pullrequest.key=${env.CHANGE_ID} \
-Dsonar.pullrequest.branch=${env.CHANGE_BRANCH}
-Dsonar.pullrequest.key=${CHANGE_ID} \
-Dsonar.pullrequest.branch=${CHANGE_BRANCH}
'''
}
}
Expand Down

0 comments on commit cffa9c4

Please sign in to comment.