predict from registry test

This commit is contained in:
Filip Izydorczyk 2021-06-08 18:34:41 +02:00
parent 1d06ce26b8
commit a969964270

View File

@ -14,6 +14,7 @@ pipeline {
} }
stage('Predict example value'){ stage('Predict example value'){
steps { steps {
sh "python ./predict-registry/predict.py"
sh "cd /tmp" sh "cd /tmp"
sh "ls -al" sh "ls -al"
} }