Predict registry own model.

This commit is contained in:
Jan Nowak 2021-05-23 19:02:45 +02:00
parent 5f572f039b
commit b7e083653c

View File

@ -1,5 +1,11 @@
pipeline {
agent any
parameters {
buildSelector(
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts for predict',
name: 'BUILD_SELECTOR_PREDICT')
}
stages {
stage('checkout') {
steps {