add evaluation job
This commit is contained in:
parent
c1645dd78f
commit
60218f5209
@ -21,7 +21,11 @@ pipeline {
|
||||
sh 'rm -r IUM_478839'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Evaluation-job'){
|
||||
steps {
|
||||
build job: 's478839-evaluation/feature/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user