From e307a2719586851d6969344cbcf14280f07328de Mon Sep 17 00:00:00 2001 From: Reiner Jung <reiner.jung@email.uni-kiel.de> Date: Sun, 29 Nov 2020 13:54:03 +0100 Subject: [PATCH] Still debugging file processing. --- Jenkinsfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5815bed..2e8f4d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,9 +53,15 @@ pipeline { sshagent(credentials: ['kieker-irl-key']) { sh ''' cd ${BASE_DIR} - sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL} + ls + sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}/all-results.json + cat all-results.json + ls compile-results/bin/compile-results results-kieker/results-text.csv all-results.json + ls + cat all-results.json echo "put all-results.json" | sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL} + ls ''' } } -- GitLab