You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Introduction

  • Some JS7 projects depend on others. Therefore the projects have to build in a specific order. 
  • As not every project includes a dependency on other projects the final build order may vary.
  • The proposed sequence of builds is the sequence used by SOS.

Order of Build Steps

  1. JS7 Build - Step 1 - Controller and Agent
  2. JS7 Build - Step 2.a - JOC Cockpit User Interface
  3. JS7 Build - Step 2.b - JOC Cockpit js7-api-schemas
  4. JS7 Build - Step 2.c - JOC Cockpit js7-inventory-schemas
  5. JS7 Build - Step 2.d - JOC Cockpit, JITL sos-components
    • depends on the following repositories
      • js7
      • js7-api-schemas
      • js7-inventory-schemas


  • No labels