This commit is contained in:
Ufnow 2020-04-21 20:44:36 +02:00
parent 70fac44029
commit 5f38e3549c

6
Jenkinsfile vendored
View File

@ -23,5 +23,11 @@ pipeline {
sh('./script.sh')
}
}
stage('Save result'){
steps {
archiveArtifacts 'lines_number.txt'
}
}
}
}
}