Note that I do not plan on maintaining any other builds than GitHub. I'm sure there is a way to deploy from GitHub using GitHub secrets, I've heard it discussed, but I have not researched it.
Gary On Sat, Sep 24, 2022, 14:40 Alex Herbert <alex.d.herb...@gmail.com> wrote: > On Sat, 24 Sept 2022 at 19:29, Gary Gregory <garydgreg...@gmail.com> > wrote: > > > I sometimes deploy components from the command line, I never use our > > Jenkins instance for anything so I can't speak to any builds there, I > only > > rely on GitHub actions for validating PRs and changes. > > > > Thanks Gary. I checked and the CP version in the snapshots build for > 55-SNAPSHOT is not the latest version from master. Is it possible you > deployed this when testing for the recent release? > > I will set up a Jenkins CI build to deploy commons-parent to snapshots. > Then I can test the build of RNG using the latest CP snapshot. This may > help feedback whether changes made in CP will be problematic for > dependent projects trying to keep up with CP. If the idea works then we can > extend it to some other child projects (lang, etc). > > Alex >