manage Jenkinsfile(#57)

This commit is contained in:
keita
2021-02-25 17:49:33 +09:00
parent 7cc8c59d0b
commit e015a0f1b6
Vendored
+2
View File
@@ -13,8 +13,10 @@ pipeline {
} }
stage("validation"){ stage("validation"){
steps{
sh 'tools/validate/includeGuard.sh' sh 'tools/validate/includeGuard.sh'
} }
}
stages{ stages{
stage("prepare"){ stage("prepare"){