Knowledge-Graph-Hub / kg-microbe

https://knowledge-graph-hub.github.io/kg-microbe/index.html
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Jenkins build error: can't find merged_graph_stats.yaml #54

Closed caufieldjh closed 1 year ago

caufieldjh commented 1 year ago

On the most recent Jenkins build, the graph merge appears to complete as expected, but the KGX stats file isn't found:

17:57:46  [KGX][cli_utils.py][               merge] INFO: Merged graph has 2715138 nodes and 2979399 edges
18:00:07  [KGX][cli_utils.py][               merge] INFO: Writing merged graph to merged-kg-tsv
[Pipeline] sh
18:09:44  + cp merged_graph_stats.yaml merged_graph_stats_20230106.yaml
18:09:44  cp: cannot stat 'merged_graph_stats.yaml': No such file or directory

So either the stats file isn't created or the Jenkinsfile is set to look in the wrong place for it.