update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 16:36:25 +02:00
parent b800b71f11
commit 49212a0476

View File

@ -16,6 +16,7 @@ pipeline {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's444356-create-dataset', selector: buildParameter('BUILD_SELECTOR') copyArtifacts fingerprintArtifacts: true, projectName: 's444356-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh " ./stats.sh" sh " ./stats.sh"
sh "python3 ./Zajecia_2/main.py"
archiveArtifacts 'lines.txt' archiveArtifacts 'lines.txt'
} }
} }