This commit is contained in:
alicja.m.musial 2020-04-03 19:28:08 +02:00
parent 73ea526c79
commit 468dfdbf5a

11
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
git 'https://git.wmi.amu.edu.pl/s452097/s452097-plot'
git 'https://git.wmi.amu.edu.pl/s452097/s452097-plots'
}
}
stage('Copy all results'){
@ -15,13 +15,10 @@ pipeline {
}
}
stage('Create plots'){
step {
sh('chmod +x ./plotGenerator.sh')
sh label: 'count', script: './plotGenerator.sh'
}
}
stage('Archive plots'){
steps {
sh('chmod +x ./plotGenerator.sh')
sh label: 'count', script: './plotGenerator.sh'
archiveArtifacts 'wer.png'
archiveArtifacts 'srr.png'
}