This commit is contained in:
s434695 2021-05-24 01:27:46 +02:00
parent 0376a6da57
commit f3e5c17a24

View File

@ -2,7 +2,7 @@ pipeline {
agent {
dockerfile true
}
stages {
stage('predict')
{
steps
@ -15,4 +15,4 @@ pipeline {
}
}
}