manage Jenkinsfile(#57)

This commit is contained in:
keita
2021-02-25 17:47:43 +09:00
parent 1bfc305662
commit 7cc8c59d0b
Vendored
+2
View File
@@ -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{