From da42f40e7f633cf3974641272d7e1e70fa098a77 Mon Sep 17 00:00:00 2001 From: jakubknczny Date: Sat, 15 May 2021 15:17:10 +0200 Subject: [PATCH] ls --- lab5/create/Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lab5/create/Jenkinsfile b/lab5/create/Jenkinsfile index 7547513..90c169a 100644 --- a/lab5/create/Jenkinsfile +++ b/lab5/create/Jenkinsfile @@ -22,8 +22,11 @@ pipeline { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { sh ''' + ls -lah chmod +x script.sh - ./script.sh''' + ./script.sh + ls -lah + ''' } } }