add ls
Some checks failed
s444018-training/pipeline/head There was a failure building this commit

This commit is contained in:
Szymon Parafiński 2022-05-09 00:01:17 +02:00
parent 3e061b8278
commit 5f71b84ce8

View File

@ -16,6 +16,7 @@ pipeline {
stage('Script'){ stage('Script'){
steps { steps {
copyArtifacts filter: '*', projectName: 's444018-create-dataset' copyArtifacts filter: '*', projectName: 's444018-create-dataset'
sh 'ls -la'
sh 'python3 ./biblioteka_DL/dllib.py $EPOCHS' sh 'python3 ./biblioteka_DL/dllib.py $EPOCHS'
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
} }