Skip to content

Commit

Permalink
INFRA-194 Refactored publication process (edmcouncil#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk authored Oct 8, 2017
1 parent 434358e commit 92f8aea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,28 @@ __Financial Industry Business Ontology__

## Intro

Yellow FIBOs have entered the OMG Process. They comply with the OMG rules for documentation and public comment.
Each FIBO Content Team has its own working area with its own space on the EDM Council Confluence
server: https://wiki.edmcouncil.org.


## Directories

Directory | Purpose
:------------ |:-------
[/etc](./etc) | Everything that is not a published OWL ontology in a financial domain
[/be](./be) | FIBO Business Entities
[/fnd](./fnd) | FIBO Foundations
[/ind](./ind) | FIBO Indices & Indicators
Directory | Purpose | Confluence |
:------------- |:------- |:-----------|
[/etc](./etc) | Everything that is not a published OWL ontology in a financial domain | [INFRA](https://wiki.edmcouncil.org/display/INFRA) |
[/be](./be) | Business Entities | [BE](https://wiki.edmcouncil.org/display/BE) |
[/bp](./bp) | .. | .. |
[/cae](./cae) | .. | .. |
[/civ](./civ) | .. | .. |
[/der](./der) | Derivatives | [DER](https://wiki.edmcouncil.org/display/DER) |
[/fnd](./fnd) | Foundations | [FND](https://wiki.edmcouncil.org/display/FND) |
[/fbc](./fbc) | Financial Business & Commerce | [FBC](https://wiki.edmcouncil.org/display/FBC) |
[/ind](./ind) | Indices & Indicators | [IND](https://wiki.edmcouncil.org/display/IND) |
[/loan](./loan)| .. | [LOAN](https://wiki.edmcouncil.org/display/LOAN) |
[/md](./md) | .. | .. |
[/sec](./sec) | Securities & Equities | [SEC](https://wiki.edmcouncil.org/display/SEC) |

## Links

- [FIBO Home page of the EDM Council](http://www.edmcouncil.org/financialbusiness)
- [OMG FIBO Specifications](http://spec.edmcouncil.org/fibo/)



8 changes: 5 additions & 3 deletions etc/process/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ pipeline {
echo 'Finished executing the publish-fibo script'
}
initEnvironment()
echo "L114"
//
// Now stash all files in the env directory for reuse in other workspaces on other agents/slaves
//
stash includes: 'env/**', name: 'environment'
//
// Then check out the LCC repo into the ./LCC directory
Expand Down Expand Up @@ -308,8 +310,8 @@ pipeline {
echo 'Unstashing the output of the publish-script as it ran on the stardog node'
unstash 'publish-script-output-stardog-node'
sh 'ls -al'
sh 'find . -name \'.git\' -exec rm -rf {} \\;'
sh 'find . -name \'.gitignore\' -exec rm -f {} \\;'
sh 'find . -name \'.git\' -exec rm -rf {} \\; || true'
sh 'find . -name \'.gitignore\' -exec rm -f {} \\; || true'

/* JG>Disabling this now until nomagic process actually gets its input from this job
echo 'Unstashing the output of the publish-script as it ran on the nomagic node'
Expand Down

0 comments on commit 92f8aea

Please sign in to comment.