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
1 changed files with 0 additions and 2 deletions

View File

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