commit
This commit is contained in:
parent
5506f882bf
commit
1cf4a92e03
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user