Zaktualizuj 'Jenkinsfile_training'
This commit is contained in:
parent
f2f21bc120
commit
f9669b1bc6
@ -10,14 +10,10 @@ pipeline {
|
|||||||
stage('copyArtifacts') {
|
stage('copyArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
|
sh 'python3 lab06_training.py'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('run script') {
|
|
||||||
steps{
|
|
||||||
sh 'python3 lab06_training.py'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
steps{
|
steps{
|
||||||
|
Loading…
Reference in New Issue
Block a user