Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
6fe757c7ce
commit
f89859683f
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,7 +1,11 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {dockerfile true}
|
agent {dockerfile true}
|
||||||
stages {
|
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'){
|
stage('Copy artifacts'){
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful()
|
copyArtifacts filter: filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful()
|
||||||
|
Loading…
Reference in New Issue
Block a user