This commit is contained in:
vagrant 2020-04-23 07:06:11 +00:00
parent 53722a27cf
commit 90148d7c02

5
Jenkinsfile vendored
View File

@ -27,5 +27,10 @@ pipeline {
archiveArtifacts 'srr.txt'
}
}
stage("buildMetrics") {
steps {
build 's426086-plots'
}
}
}
}