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