From 6d06fbfe46f212d3c98aa6d869eead0a08b4c964 Mon Sep 17 00:00:00 2001 From: Maciej Sobkowiak Date: Sun, 16 May 2021 16:09:24 +0200 Subject: [PATCH] train.Jenkinsfile fix --- train.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.Jenkinsfile b/train.Jenkinsfile index b1ae24c..a54d525 100644 --- a/train.Jenkinsfile +++ b/train.Jenkinsfile @@ -7,7 +7,7 @@ pipeline { def image = docker.build('dock') image.inside{ sh 'training.py' - sh 'python3 ./training.py' + sh 'python3 training.py' } } }