manage Jenkinsfile(#57)

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