pipeline { agent { docker { image 'eive-tmtc-ci:d2' } } stages { stage('Package') { steps { sh 'pip install .' } } } }