Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Dudziak 2023-05-10 13:29:04 +02:00
parent 7cbe50f718
commit 7e96508c1e

10
Jenkinsfile vendored
View File

@ -1,12 +1,16 @@
pipeline {
agent {
dockerfile true
}
stages{
stage('Copy data') {
steps {
copyArtifacts(projectName: 's452662-create-dataset', selector: lastSuccessful())
}
}
stage('Run'){
steps {
agent {
dockerfile true
} }
}
stage('Save model') {
steps{