cleans up Jenkinsfile

This commit is contained in:
Eyck Jentzsch 2024-12-19 13:34:55 +01:00
parent 085423620d
commit 5be69cfa75

8
Jenkinsfile vendored
View File

@ -58,13 +58,6 @@ pipeline {
stage('Build & test') { steps { build_n_test_project() }} stage('Build & test') { steps { build_n_test_project() }}
} }
} }
// stage('U20.04') {
// agent {docker { image 'ubuntu-20.04' } }
// stages {
// stage('Checkout') { steps { checkout_project() }}
// stage('Build & test') { steps { build_n_test_project() }}
// }
// }
stage('centos7') { stage('centos7') {
agent {docker { image 'centos7' } } agent {docker { image 'centos7' } }
stages { stages {
@ -90,7 +83,6 @@ pipeline {
stage('Build & test') { steps { build_n_test_project() }} stage('Build & test') { steps { build_n_test_project() }}
} }
} }
//
stage('Format check') { stage('Format check') {
agent {docker { image 'ubuntu-riscv' } } agent {docker { image 'ubuntu-riscv' } }
stages { stages {