Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
6fe757c7ce
commit
f89859683f
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user