From 1ec6c9ecbe469f6ea67578c3cfea3885dbcfcd73 Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Wed, 5 Apr 2023 01:44:34 +0200 Subject: [PATCH] debugging with ls xD --- stats.jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stats.jenkinsfile b/stats.jenkinsfile index 7bc737c..7e7d485 100644 --- a/stats.jenkinsfile +++ b/stats.jenkinsfile @@ -13,6 +13,8 @@ node { selector: buildParameter('BUILD_SELECTOR'), target: 'src/' + sh 'echo xd1; ls -l' + sh 'echo xd2; cd src; ls -l' sh 'cd src; ./stats.py > stats.txt' archiveArtifacts artifacts: 'stats.txt', followSymlinks: false }