Skip to content

Commit 8189db8

Browse files
committed
Fixed the Jenkins file agent
1 parent 6823a4d commit 8189db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
pipeline {
20-
agent none
20+
agent any
2121
tools {
2222
maven 'maven_3_latest'
2323
jdk params.jdkVersion

0 commit comments

Comments
 (0)