This commit is contained in:
s434695 2021-05-23 23:52:24 +02:00
parent 10f2c1ca9a
commit 756d2df9c5

1
Jenkinsfile vendored
View File

@ -25,6 +25,7 @@ pipeline {
steps
{
catchError {
sh 'ls -al'
sh 'python3 predict434788.py'
}
}