Skip to content
Snippets Groups Projects
  1. Feb 01, 2022
  2. Jan 27, 2022
    • Jonas Höppner's avatar
      Fix the job names for deploy · 77ada04c
      Jonas Höppner authored
      The variable use in the deploy name was not replaced in the UI. This
      hopefully cleansup the UI, and uses the project root variable in the job
      only.
      
      BCS 746-000629
      77ada04c
  3. Jan 25, 2022
  4. 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
  5. Jan 13, 2022
  6. Dec 17, 2021
  7. Dec 15, 2021
  8. Dec 13, 2021
  9. Nov 03, 2021
  10. Nov 01, 2021
  11. 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
  12. Sep 30, 2021
  13. Sep 27, 2021
  14. Sep 20, 2021
  15. Sep 15, 2021
  16. 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
  17. Jun 29, 2021
  18. Jun 15, 2021
Loading