Jenkins: Let branch reports reference master
This commit is contained in:
parent
3eb714ae41
commit
84f4a81cf5
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -59,6 +59,7 @@ pys.each { py ->
|
||||||
]
|
]
|
||||||
|
|
||||||
recordIssues sourceCodeEncoding: 'UTF-8',
|
recordIssues sourceCodeEncoding: 'UTF-8',
|
||||||
|
referenceJobName: 'dosage/master',
|
||||||
tool: flake8(pattern: '.tox/flake8.log', reportEncoding: 'UTF-8')
|
tool: flake8(pattern: '.tox/flake8.log', reportEncoding: 'UTF-8')
|
||||||
}
|
}
|
||||||
junit '.tox/junit-*.xml'
|
junit '.tox/junit-*.xml'
|
||||||
|
|
Loading…
Reference in a new issue