def not a fix

This commit is contained in:
Yevhenii Poliakov 2023-05-14 20:16:41 +02:00
parent cc0d26e0c7
commit 5a753ff01e
2 changed files with 5 additions and 5 deletions

6
Jenkinsfile vendored
View File

@ -39,10 +39,10 @@ pipeline {
echo("run data script")
//sh "source docker_ium/bin/activate"
sh "ls -a"
sh "chmod u+x script5.py"
sh "chmod u+x script2.py"
//sh "pip3 show pandas"
sh "cat script5.py"
//sh "python3 script5.py"
//sh "cat script5.py"
sh "python3 script2.py"
}
}

View File

@ -39,9 +39,9 @@ pipeline {
echo("run data script")
//sh "source docker_ium/bin/activate"
sh "ls -a"
sh "chmod u+x script4.py"
sh "chmod u+x script5.py"
//sh "pip3 show pandas"
sh "python3 script4.py"
sh "python3 script5.py"
}
}