Final Commit for 8
This commit is contained in:
parent
ba9b5f134d
commit
b6dbd1015b
7
zad8/Jenkinsfile
vendored
7
zad8/Jenkinsfile
vendored
@ -18,14 +18,9 @@ pipeline {
|
|||||||
sh 'zad8/zad8.sh'
|
sh 'zad8/zad8.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test_save') {
|
stage('save_the_final_file') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts 'test/test.csv'
|
|
||||||
archiveArtifacts 'test/dev.csv'
|
|
||||||
archiveArtifacts 'test/train.csv'
|
|
||||||
archiveArtifacts 'test/zadanie7.csv'
|
|
||||||
archiveArtifacts 'final.txt'
|
archiveArtifacts 'final.txt'
|
||||||
archiveArtifacts 'file1.txt'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user