Skip to content

Commit

Permalink
Merge pull request keybase#3788 from keybase/mgood/DESKTOP-1642
Browse files Browse the repository at this point in the history
Increase xvfb virtual screen size (fixes squished visdiffs)
  • Loading branch information
chromakode authored Aug 8, 2016
2 parents 0adb005 + fb5dbd6 commit 4b8d456
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 @@ -140,7 +140,7 @@ if (env.CHANGE_TITLE && env.CHANGE_TITLE.contains('[ci-skip]')) {
sh "desktop/node_modules/.bin/eslint ."
// Only run visdiff for PRs
if (env.CHANGE_ID) {
wrap([$class: 'Xvfb']) {
wrap([$class: 'Xvfb', screen: '1280x1024x16']) {
withCredentials([[$class: 'UsernamePasswordMultiBinding',
credentialsId: 'visdiff-aws-creds',
usernameVariable: 'VISDIFF_AWS_ACCESS_KEY_ID',
Expand Down

0 comments on commit 4b8d456

Please sign in to comment.