debugging with ls xD

This commit is contained in:
Robert Bendun 2023-04-05 01:44:34 +02:00
parent b6b2c11d47
commit 1ec6c9ecbe

View File

@ -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
}