Skip to content

Commit 0e70ea0

Browse files
committed
Fix agent
1 parent 71598f2 commit 0e70ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pipeline {
2-
agent { label 'ubuntu' }
2+
agent any
33

44
environment {
55
RETRY_COUNT = 12

0 commit comments

Comments
 (0)