removes Fedora as target system

This commit is contained in:
Eyck Jentzsch 2023-12-02 14:29:44 +01:00
parent 3cad3470aa
commit fce49d68e1
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

@ -72,13 +72,6 @@ pipeline {
stage('Build') { steps { build_tgc_vp() } }
}
}
stage('Fedora28'){
agent {docker { image 'fedora28' } }
stages {
stage('Checkout on Fedora') { steps {checkout_tgc_vp()}}
stage('Build') { steps {build_tgc_vp() }}
}
}
stage('CentOS7'){
agent {docker { image 'centos7' } }
stages {