Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ node {
def SONAR_PROJECT_KEY = "com.mobven.ios.oneLink.sb";
def SONAR_PROJECT_NAME = "OneLink";
def SONAR_KEY = "77e23545c9e2f20f96a93b0ffd8b83811471fcb3";
def SONAR_URL = "http://farm.mobven.com:9000";
def SONAR_URL = "http://devops.mobven.local:9000";
def COVERAGE_PATH = "sonarqube-generic-coverage.xml";
def SLACK_DATA = "'${SONAR_PROJECT_NAME}' '${env.BUILD_NUMBER}' '${env.BUILD_URL}' '${committerName}' '${env.BRANCH_NAME}' '${PROJECT_ICON}'";
def SLACK_SH = "/Users/mobvenserver/.jenkins/workspace/slack-message-broker.sh";
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
value: '77e23545c9e2f20f96a93b0ffd8b83811471fcb3'

- name: SONAR_URL
value: 'http://farm.mobven.com:9000'
value: 'http://devops.mobven.local:9000'

- name: COVERAGE_PATH
value: '$(Pipeline.Workspace)/s/sonarqube-generic-coverage.xml'
Expand Down