Skip to content

Commit 3d1eb82

Browse files
HannesWellakurtakov
authored andcommitted
[Build] Run Jenkins pipeline on 'ubuntu-latest' agents
'centos-latest' is deprecated as per: https://github.com/eclipse-cbi/jiro-agents/blob/f1b7779628b9185fec084ebfa1d04d1d009fe518/README.md
1 parent 0b4b655 commit 3d1eb82

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
@@ -6,7 +6,7 @@ pipeline {
66
timestamps()
77
}
88
agent {
9-
label "centos-latest"
9+
label "ubuntu-latest"
1010
}
1111
tools {
1212
maven 'apache-maven-3.9.9'

0 commit comments

Comments
 (0)