Install ETL library in CI/CD #645

Merged
mohr merged 4 commits from mueller/install-etl-cicd into development 2022-07-13 16:39:29 +02:00
Showing only changes of commit 5cccd5caba - Show all commits

View File

@ -3,7 +3,7 @@ pipeline {
BUILDDIR = 'build-tests' BUILDDIR = 'build-tests'
} }
agent { agent {
docker { image 'fsfw-ci:d2'} docker { image 'fsfw-ci:d3'}
} }
stages { stages {
stage('Clean') { stage('Clean') {