Skip to content

Commit

Permalink
Merge pull request #1367 from LiskHQ/1366-xvfb-parallel
Browse files Browse the repository at this point in the history
Set parallelBuild for Xvfb plugin - Closes #1366
  • Loading branch information
fchavant committed Oct 19, 2018
2 parents 4261637 + 11e17d0 commit 80a7eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -94,7 +94,7 @@ pipeline {
"cypress": {
withCredentials([string(credentialsId: 'lisk-hub-testnet-passphrase', variable: 'TESTNET_PASSPHRASE')]) {
ansiColor('xterm') {
wrap([$class: 'Xvfb']) {
wrap([$class: 'Xvfb', parallelBuild: true]) {
sh '''
export N=${EXECUTOR_NUMBER:-0}; N=$((N+1))
Expand Down

0 comments on commit 80a7eb3

Please sign in to comment.