Skip to content
Snippets Groups Projects
Commit 358bc736 authored by Reiner Jung's avatar Reiner Jung
Browse files

Minor update Kieker jenkins configuration.

parent 1f4643f0
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ pipeline {
options {
buildDiscarder logRotator(artifactNumToKeepStr: '10')
timeout(time: 4, unit: 'HOURS')
timeout(time: 20, unit: 'HOURS')
retry(1)
parallelsAlwaysFailFast()
}
......
......@@ -14,4 +14,14 @@ BATCH_MODE="yes"
# in-jar locations
AOP="file:"$(pwd)"/src/META-INF/kieker.aop.xml"
# Initialize all unset parameters
SLEEP_TIME=30 ## 30
NUM_OF_LOOPS=10 ## 10
THREADS=1 ## 1
RECURSION_DEPTH=10 ## 10
TOTAL_NUM_OF_CALLS=2000000 ## 2 000 000
METHOD_TIME=0 ## 0 / 500 000
DEBUG=false ## false
# end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment