Skip to content

Commit 646ac76

Browse files
authored
Update Jenkinsfile
1 parent 0543f99 commit 646ac76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pipeline {
2-
agent none
2+
agent any
33
stages {
44

55
stage("Source") {
@@ -18,6 +18,7 @@ pipeline {
1818
}
1919

2020
stage("SonarQube Analysis") {
21+
agent any
2122
steps {
2223
sh 'mvn sonar:sonar'
2324
}

0 commit comments

Comments
 (0)