Skip to content

Commit

Permalink
Run Plone 5.2 performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 7, 2023
1 parent c39ca4d commit 2035359
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 @@ -26,7 +26,7 @@ pipeline {
checkout scm
sh "python3 -m venv ."
sh "bin/pip install -r requirements.txt"
sh "bin/buildout -c plone-6.0.x-performance.cfg"
sh "bin/buildout -c plone-5.2.x-performance.cfg"
sh "bin/instance start"
sh "sleep 20"

Expand Down

0 comments on commit 2035359

Please sign in to comment.