From 756d2df9c5b8055a93618f704f34d4b9a4dae78e Mon Sep 17 00:00:00 2001 From: s434695 Date: Sun, 23 May 2021 23:52:24 +0200 Subject: [PATCH] fix --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index c18ab34..20790a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,6 +25,7 @@ pipeline { steps { catchError { + sh 'ls -al' sh 'python3 predict434788.py' } }