Skip to content

Commit 18fe32f

Browse files
authored
Update Jenkinsfile
1 parent bc543e7 commit 18fe32f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ pipeline{
66
steps{
77
sh '''
88
mvn sonar:sonar \
9-
-Dsonar.projectKey=reddy \
9+
-Dsonar.projectKey=muni \
1010
-Dsonar.host.url=http://18.217.76.135:9000 \
11-
-Dsonar.login=0b2bd03cb6237c453b98ea0f6673ccf458d8cd9b
11+
-Dsonar.login=0258ee7c9295d0513be583f6a0922988ebf56e2c
1212
'''
1313
}
1414
}

0 commit comments

Comments
 (0)