Update Jenkinsfile4
This commit is contained in:
parent
c693a87107
commit
d256880398
@ -15,6 +15,10 @@ pipeline {
|
||||
)
|
||||
}
|
||||
|
||||
triggers {
|
||||
upstream(upstreamProjects: 's464903-create-dataset', threshold: hudson.model.Result.SUCCESS)
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build image'){
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user