zadanie3 test12

This commit is contained in:
massta 2020-04-03 16:13:47 +02:00
parent 88b36f465c
commit 958fc384bf

View File

@ -20,6 +20,7 @@ sh label: '', script: './count.sh wikiniews_results.tsv'
stage('Archive atifacts') {
steps {
archiveArtifacts 'file.txt'
archiveArtifacts 'output.txt'
}
}
}