diff --git a/Jenkinsfile b/Jenkinsfile index c8ed365..9e3d9c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,8 +57,8 @@ pipeline { stages { stage('SCC test pipeline') { parallel { - stage('U18.04') { - agent {docker { image 'ubuntu-18.04' } } + stage('U22.04') { + agent {docker { image 'ubuntu-22.04' } } stages { stage('Checkout') { steps { checkout_project() }} stage('Setup') { steps { setup_conan() }}