* Fix post location in Jenkinsfile.
This commit is contained in:
Vendored
+10
-10
@@ -350,16 +350,16 @@ pipeline {
|
||||
|
||||
} // End Parallel
|
||||
}
|
||||
post{
|
||||
success{
|
||||
echo 'success'
|
||||
}
|
||||
failure{
|
||||
echo 'failure'
|
||||
}
|
||||
}
|
||||
}//End unittest
|
||||
}
|
||||
}
|
||||
post{
|
||||
success{
|
||||
echo 'success'
|
||||
}
|
||||
failure{
|
||||
echo 'failure'
|
||||
}
|
||||
}
|
||||
}//End unittest
|
||||
|
||||
} // End Root Stages
|
||||
} // End pipeline
|
||||
|
||||
Reference in New Issue
Block a user