Skip to content

Commit 941108d

Browse files
authored
Update Jenkinsfile
1 parent 18fe32f commit 941108d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline{
44
stage("code quality"){
55
agent{docker'maven:3-alpine'}
66
steps{
7-
sh '''
7+
sh'''
88
mvn sonar:sonar \
99
-Dsonar.projectKey=muni \
1010
-Dsonar.host.url=http://18.217.76.135:9000 \
@@ -17,6 +17,7 @@ pipeline{
1717
steps{
1818
sh "mvn clean package"
1919
}
20-
}
20+
21+
}
2122
}
22-
}
23+
}

0 commit comments

Comments
 (0)