From 2a2ba6e8a746436287367f287acd526b57c74fc6 Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin Date: Sun, 26 Mar 2023 20:51:32 +0200 Subject: [PATCH] Test --- Jenkinsfile2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 717eb2d..385a68e 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -4,6 +4,7 @@ node { } stage('Shell Script') { sh 'chmod u+x ./stats.sh' + sh 'ls' sh './stats.sh' } stage('archiveArtifacts') {