removes ubuntu 18.04 test

This commit is contained in:
Eyck Jentzsch 2023-12-22 22:35:08 +01:00
parent 7bad0c3381
commit 1a7d7829ed
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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() }}