Jenkins hardware add modalai_fc-v1 and refactor

This commit is contained in:
Daniel Agar
2019-11-27 11:24:01 -05:00
parent c93d358145
commit f8c45c4914
3 changed files with 187 additions and 300 deletions
+185 -298
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -24,7 +24,7 @@ pipeline {
} }
} }
options { options {
timeout(time: 30, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
} }
} }
+1 -1
View File
@@ -27,7 +27,7 @@ pipeline {
} }
} }
options { options {
timeout(time: 30, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
} }
} }