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" } }