Plots build

This commit is contained in:
Ufnow 2020-04-22 00:33:12 +02:00
parent 96c801b8de
commit 5ccff81cd6

6
Jenkinsfile vendored
View File

@ -30,6 +30,12 @@ pipeline {
archiveArtifacts 'wikiniewsResultsWithWer.tsv'
}
}
stage('Build plots')
{
steps {
build 'Wojciech Ufnowski-plots'
}
}
}
}