Zaktualizuj 'Jenkinsfile_training'
Some checks failed
s430705-training/pipeline/head There was a failure building this commit
Some checks failed
s430705-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0b09cbf6a2
commit
d5fa913634
@ -12,6 +12,11 @@ pipeline {
|
|||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
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