Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
entrydev committed Jul 18, 2018
1 parent f85e5c5 commit a3c7c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pipeline {
stages {
stage('SonarQube analysis') {
steps {
sh '''echo ${GH_TOKEN}
echo ${env.CHANGE_ID}'''
script {
def scannerHome = tool 'sonarqube-scanner';
withSonarQubeEnv('sonar') {
Expand Down

0 comments on commit a3c7c37

Please sign in to comment.