Skip to content

Commit

Permalink
sets nodes number to 4
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin committed Dec 6, 2018
1 parent 759b42f commit b3050f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def systemTests = { component ->

String prefix = "System Tests ($component)"
String defaultNetwork = 'pool-network'
int nodesNum = 4

def dockerClean = { networkName ->
networkName = networkName ?: defaultNetwork
Expand Down Expand Up @@ -111,7 +112,7 @@ def systemTests = { component ->

stage("Run pool") {
echo "$prefix: Running nodes..."
sh './pool_start.sh 25'
sh "./pool_start.sh $nodesNum"
pool_nodes = sh(script: 'docker ps', returnStdout: true)
echo "$prefix: $pool_nodes"
}
Expand Down

0 comments on commit b3050f7

Please sign in to comment.