Jenkins: Let branch reports reference master

This commit is contained in:
Tobias Gruetzmacher 2020-04-11 11:57:44 +02:00
parent 3eb714ae41
commit 84f4a81cf5

1
Jenkinsfile vendored
View file

@ -59,6 +59,7 @@ pys.each { py ->
]
recordIssues sourceCodeEncoding: 'UTF-8',
referenceJobName: 'dosage/master',
tool: flake8(pattern: '.tox/flake8.log', reportEncoding: 'UTF-8')
}
junit '.tox/junit-*.xml'