Skip to content

Commit 920089f

Browse files
committed
Build on ubuntu-latest
centos-latest is deprecated as per: https://github.com/eclipse-cbi/jiro-agents/blob/master/README.md
1 parent 210716b commit 920089f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55
disableConcurrentBuilds(abortPrevious: true)
66
}
77
agent {
8-
label "centos-8-8gb"
8+
label "ubuntu-latest"
99
}
1010
tools {
1111
maven 'apache-maven-latest'

0 commit comments

Comments
 (0)