removes ubuntu 18.04 test
This commit is contained in:
parent
7bad0c3381
commit
1a7d7829ed
|
@ -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() }}
|
||||
|
|
Loading…
Reference in New Issue