> > > * I didn't see directory-scimple listed on https://git.apache.org/, so I > > used the GitHub URL. What is the canonical URL for this repo? > > SCIMple already uses gitbox, the canonical URL is > https://gitbox.apache.org/repos/asf/directory-scimple.git > > Also listed at [1], there you see which projects are already on gitbox > and which still on git.a.o. In the long run all will be migrated to gitbox. >
OH... I didn't realize this, I had just assumed they were all one in the same (or linked were appropriate) I'll update, Thanks! > > > * I'm not a directory committer, so please ACK this is the correct thing > to > > do. If it isn't let me know, and I can delete the job. > > From me you get a +1, thanks for that :-) > > I only wonder if we should switch to Jenkinsfile to have the build > config in git too? (I wanted to try that for the other Directory > projects but never find the time...) > That thought crossed my mine too. But I couldn't find a good _simple_ reference. At one point I had found an Apache project that used a single line in a Jenkinsfiile something like: `standardMavenBuild()` But I forget the details. If someone has a good [simple] project they would recomend I'll update. Currently the build pretty simple, basically: `clean deploy` If/when we start running ITs on multiple slaves things could get interesting and may need something more complex.
