From cc0d26e0c7632ea19cc204bbe4b09d4ea785c0b9 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 20:14:05 +0200 Subject: [PATCH] troubleshooting --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02b8094..171bed9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,8 @@ pipeline { sh "ls -a" sh "chmod u+x script5.py" //sh "pip3 show pandas" - sh "python3 script5.py" + sh "cat script5.py" + //sh "python3 script5.py" } }