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

Removed result processing from jenkinsfile (temporary measure).

parent 79a3b9a9
No related branches found
No related tags found
No related merge requests found
...@@ -45,11 +45,13 @@ pipeline { ...@@ -45,11 +45,13 @@ pipeline {
stage('Run Benchmark') { stage('Run Benchmark') {
steps { steps {
sh '${BASE_DIR}/run-all.sh ${KEYSTORE} ${UPDATE_SITE_URL}' sh '${BASE_DIR}/frameworks/Kieker/java/benchmark.sh'
sh '${BASE_DIR}/frameworks/OpenTelementry/benchmark.sh'
sh '${BASE_DIR}/frameworks/inspectIT/benchmark.sh'
} }
} }
stage('Upload') { /* stage('Upload') {
steps { steps {
sshagent(credentials: ['kieker-irl-key']) { sshagent(credentials: ['kieker-irl-key']) {
sh ''' sh '''
...@@ -68,6 +70,6 @@ pipeline { ...@@ -68,6 +70,6 @@ pipeline {
cleanWs() cleanWs()
} }
} }
} }*/
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment