Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:21:41 +00:00
parent 6fe757c7ce
commit f89859683f

6
Jenkinsfile vendored
View File

@ -1,7 +1,11 @@
pipeline {
agent {dockerfile true}
stages {
stage('Checkout') {
steps {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416226/s416226-plots']]])
}
}
stage('Copy artifacts'){
steps {
copyArtifacts filter: filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful()