This commit is contained in:
dylodylo 2020-04-10 14:22:22 +02:00
parent 5506f882bf
commit 1cf4a92e03

11
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
}
}
stage("RunScript")
stage("Script")
{
steps{
sh label:"", script:"bash ./count.sh"
@ -46,5 +46,14 @@ pipeline {
}
}
stage("Build Metrics")
{
steps
{
build 's460929-plots'
}
}
}
}