manage Jenkinsfile(#57)
This commit is contained in:
Vendored
+2
@@ -4,6 +4,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages{
|
stages{
|
||||||
|
stage("parallel execution"){
|
||||||
parallel{
|
parallel{
|
||||||
stage("doxygen"){
|
stage("doxygen"){
|
||||||
steps{
|
steps{
|
||||||
@@ -33,6 +34,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage("upload artifact"){
|
stage("upload artifact"){
|
||||||
steps{
|
steps{
|
||||||
|
|||||||
Reference in New Issue
Block a user