From 06f822d9ba0690cc16b7259d54bcaf2187516730 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Fri, 12 May 2023 20:37:17 +0200 Subject: [PATCH] troubleshooting1 --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2954fee..6d77b69 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,8 @@ pipeline { echo("run data script") sh "source docker_ium/bin/activate" - sh "python3 script2.py" + sh "ls -a" + //sh "python3 script2.py" } }