Skip to content
Snippets Groups Projects
  1. Jan 17, 2022
    • Tim Jaacks's avatar
      deploy_gitlab_ci: revert trigger pipeline on integration branch · a35820b2
      Tim Jaacks authored
      Explicitly triggering a pipeline in the target repository does not work
      easily from this place because we would have to distinguish between the
      manifest (which uses branch pipelines) and the sub-projects (which use
      merge request pipelines). This separation should not be hard-coded here,
      so we move the decision whether or not to run a pipeline to the
      .gitlab-ci.yml file of the target. Reverting these two commits:
      
      63279799
          deploy_gitlab_ci: trigger pipeline only if it has not run before
      
      dfc6204a
          deploy_gitlab_ci: trigger pipeline on integration branch
      a35820b2
  2. Jan 13, 2022
  3. Dec 17, 2021
  4. Dec 15, 2021
  5. Dec 13, 2021
  6. Nov 03, 2021
  7. Nov 01, 2021
  8. Oct 29, 2021
    • Felix Gerking's avatar
      Add alphaplan FWR generator · d8ea1226
      Felix Gerking authored
      alphaplan_fwr.py: Creates alphaplan software packages for the build
      release artifacts. According to the release, all relevant artifacts are
      collected in a list structure and the corresponding aphaplan
      information are added for each artifact (attributes, md5sum, path, etc.).
      The list is attached to major software package structure. This structure
      is written in a json file for documentation. Afterwards the structure is
      send to an AlphaPlan webservice that creates the FWR articles.
      alphaplan_keys.py: Generates a dictionary which contains all AlphaPlan
      specific information for the artifacts. Flag classes are used to define
      unique keys for the dictionary accesses.
      d8ea1226
  9. Sep 30, 2021
  10. Sep 27, 2021
  11. Sep 20, 2021
  12. Sep 15, 2021
  13. Aug 30, 2021
    • Jonas Höppner's avatar
      CI: Adapt package_release to also deploy artifacts locally · de38c9f0
      Jonas Höppner authored
      To upload the sdk the local deployment on build host is needed as it is
      too big for the uploads.
      
      Move copy functionality to extra function. It also generates md5sum.txt
      from the source file's md5sums.
      Copy locally (host system) and as gitlab artifact.
      
      Add option to copy doc files ( all .md in given folder).
      
      BCS 746-000262
      de38c9f0
  14. Jun 29, 2021
  15. Jun 15, 2021
  16. Jun 14, 2021
  17. May 26, 2021
Loading