Predict registry own model.
This commit is contained in:
parent
5f572f039b
commit
b7e083653c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user