troubleshooting1

This commit is contained in:
Yevhenii Poliakov 2023-05-12 20:37:17 +02:00
parent 8a130bd3d3
commit 06f822d9ba

3
Jenkinsfile vendored
View File

@ -23,7 +23,8 @@ pipeline {
echo("run data script") echo("run data script")
sh "source docker_ium/bin/activate" sh "source docker_ium/bin/activate"
sh "python3 script2.py" sh "ls -a"
//sh "python3 script2.py"
} }
} }