Am 03.08.19 um 14:22 schrieb Felix Schumacher: > Am 03.08.19 um 14:15 schrieb Vladimir Sitnikov: >> Felix>It generates artifacts >> >> This is handled by `distTar distTarSource distZip distZipSource` (pick the >> ones that are required) > I will try those. >> Felix> with git revision as identifiers (instead of 5.2-SNAPSHOT) >> >> Is it a matter of a file name? >> Currently Git SHA is included into JMeterVersion#getVERSION(). Is it enough? >> >> If so, then `./gradlew distTar distZip` should be just fine. >> >> The artifacts would be named like `apache-jmeter-5.2.0-SNAPSHOT.tgz`, >> however JMeterVersion inside would include SHA. > The files are indexed by another shell script that is quite picky about > the file names :) but we can change that script with a PR or rename the > artifacts inside buildbot env.
ok, distJar and friends will probably be all right. Now the next questions: * The nightly job uploads maven artifacts. Which tasks are the correct ones for the snapshots? * It seems to me, as if the javadoc api's are now split up into different dirs. Is there one dir with all the javadoc? Felix > > Felix > >> Vladimir >>
