This commit is contained in:
Michaël Pailloncy 2017-03-06 20:00:13 +01:00
parent bb9b6e3e8e
commit 5db073f022

3
Jenkinsfile vendored
View file

@ -37,10 +37,11 @@ pipeline {
sh 'mvn sonar:sonar' sh 'mvn sonar:sonar'
} }
} }
sleep 30
} }
}, },
"performance-tests": { "performance-tests": {
node("test") { node("build") {
echo "performance tests" echo "performance tests"
sh "ls -rtl" sh "ls -rtl"
sleep 20 sleep 20