removed empty environment block in Jenkinsfile which Jenkins does not like

diva....
This commit is contained in:
Ulrich Mohr 2023-06-11 12:01:26 +02:00 committed by Robin Mueller
parent 8bbd37cf76
commit 23e38990a3

View File

@ -1,6 +1,4 @@
pipeline { pipeline {
environment {
}
agent { agent {
docker { docker {
image 'eive-tmtc-ci:d1' image 'eive-tmtc-ci:d1'