Skip to content

Commit

Permalink
switch to ubuntu-2404
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Nov 30, 2024
1 parent 84c12a6 commit 20391f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releng/build.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent {
kubernetes {
// See comment in deplog-build.sh (gpg:sign-and-deploy-file)
inheritFrom 'centos-7'
inheritFrom 'ubuntu-2404'
}
}
tools {
Expand Down
2 changes: 1 addition & 1 deletion releng/release-eclipse.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent {
kubernetes {
// See comment in release-eclipse.sh (gpg:sign-and-deploy-file)
inheritFrom 'centos-7'
inheritFrom 'ubuntu-2404'
}
}
tools {
Expand Down

0 comments on commit 20391f7

Please sign in to comment.