[che-theia] Build hardcodes SHA to use when fetching theia from master branch; cannot override in crw-theia build #15368
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
Milestone
Describe the bug
This snippet of code appears in the ubi8 build for che-theia:
(from https://github.com/eclipse/che-theia/tree/master/dockerfiles/theia/docker/ubi8/builder-clone-theia.dockerfile
But that commit is from Oct 18, and is not even the latest from the v0.12.0 tag (which includes commits up to Oct 31). So why are we hardcoded to use that one?
Che version
7.3.2 and 7.3.3
Expected behavior
This SHA ought to be a parameter we can pass into the build from Jenkins so I can build from any sha in the theia repo, for any given branch (not just master).
The text was updated successfully, but these errors were encountered: