Skip to content

Commit

Permalink
Automatically choose display name
Browse files Browse the repository at this point in the history
  • Loading branch information
definite authored and seanf committed Mar 29, 2017
1 parent 97ce908 commit bd70bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ timestamps {
// TODO factor these out into zanata-pipeline-library too

void xvfb(Closure wrapped) {
wrap([$class: 'Xvfb']) {
wrap([$class: 'Xvfb', autoDisplayName: true]) {
wrapped.call()
}
}
Expand Down

0 comments on commit bd70bd1

Please sign in to comment.