edit jenkinsfile

This commit is contained in:
Yevhenii Poliakov 2023-05-12 20:47:30 +02:00
parent ab0ebd918d
commit 5d0f5f6ef9

2
Jenkinsfile vendored
View File

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