update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 16:35:08 +02:00
parent d05ef2b55a
commit b800b71f11

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'czajson99/ium:v6'
image 'ubuntu:latest'
}
}
parameters{
@ -14,8 +14,9 @@ pipeline {
stages {
stage("Script") {
steps {
sh "ls -al"
sh "pwd"
copyArtifacts fingerprintArtifacts: true, projectName: 's444356-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh " ./stats.sh"
archiveArtifacts 'lines.txt'
}
}
}