devonfw / shop-floor

Tools, scripts and strategies to deploy Devonfw projects (Angular + Java) and provision an unmanaged alternative for complete CICD environments based on Docker/Kubernetes/OpenShift
Apache License 2.0
7 stars 14 forks source link

Bug with different versions #25

Open Jorge-Dacal opened 6 years ago

Jorge-Dacal commented 6 years ago

Category: Bug Severity: CRITICAL

Expected behavior (In case of bug) Each version must work.

Actual/current behavior (In case of bug) The routes of the scripts are relative to master/develop branch, then when a new version is coming, the routes for old versions are going to point for the new and the old content disappear and if you try to use it, it does not work.

Steps to reproduce (In case of bug) Try to use version 1.0, It does not work because the folder system has changed.

Description of issue / expected enhancement /Comments Modify each script or OpenShift file to use the tag for the version, for example v1.1, instead of master/develop brach.

Your environment: OPENSHIFT