-
Bug
-
Resolution: Done
-
Critical
-
2.8.0.GA
-
None
-
False
-
False
-
Undefined
-
git diff --name-only will only report if EXISTING files have changed, but will be nullstring for new files... we need to use git status -s to get status of new files added.
Looks like lots of jenkinsfiles use only git diff to check if there's anything to commit... and so – for the case of jwtproxy and possibly others – we're failing to add new files.
Fix for jwtproxy sync should be this:
https://gitlab.cee.redhat.com/codeready-workspaces/crw-jenkins/-/merge_requests/412
But we should verify all builds are also syncing all new files too.
- relates to
-
CRW-1680 jwtproxy build needs golang deps not accessible from Brew
- Closed