Ulrich Mohr
822eaa4c89
Some checks failed
EIVE/-/pipeline/pr-main There was a failure building this commit
diva....
15 lines
219 B
Groovy
15 lines
219 B
Groovy
pipeline {
|
|
agent {
|
|
docker {
|
|
image 'eive-tmtc-ci:d1'
|
|
}
|
|
}
|
|
stages {
|
|
stage('Package') {
|
|
steps {
|
|
sh 'pip install .'
|
|
}
|
|
}
|
|
}
|
|
}
|