Update Jenkinsfile
This commit is contained in:
parent
8846ae58eb
commit
6b709c041d
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -14,9 +14,16 @@ pipeline {
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
echo "Przetwarzanie zbioru danych..."
|
||||
sh "chmod +x -R ${env.WORKSPACE}"
|
||||
sh "./dataset_download.sh"
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
echo "Zapisywanie artefaktów..."
|
||||
archiveArtifacts 'processed.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user