From aabe41e82891b932d3753f6e734fa7918a55d3c2 Mon Sep 17 00:00:00 2001 From: s444417 Date: Sun, 10 Apr 2022 20:21:46 +0200 Subject: [PATCH] checks files permissions --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 28199ca..6764976 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,6 +26,7 @@ pipeline { stage("Shell Scripts") { steps { // sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" + sh 'ls -la' sh './startscript1.sh' archiveArtifacts 'data.txt' }