We also updated the FAQ:
https://github.com/jenkinsci/pipeline-maven-plugin/blob/master/FAQ.adoc
It is linked from the bottom of the README (AFAIK for now the plugins site
cannot handle the usage of inclusions)

On Tue, Sep 1, 2020 at 5:11 PM Arnaud Héritier <[email protected]> wrote:

> Thanks to we now have converted the documentation from Confluence to
> Asciidoc :
> https://github.com/jenkinsci/pipeline-maven-plugin/blob/master/README.adoc
> I hope the rendering won't be too bad on the plugins site
> All feedbacks (and PRs) are welcome
>
> On Mon, Aug 31, 2020 at 7:54 PM Arnaud Héritier <[email protected]>
> wrote:
>
>> Hi community,
>>
>> We are looking for testers to validate this new release. The version
>> 3.9.0-beta-1 is now available in the Experimental Update Center
>> <https://www.jenkins.io/doc/developer/publishing/releasing-experimental-updates/#using-the-experimental-update-center>
>>  or
>> can be downloaded from:
>> https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/pipeline-maven/3.9.0-beta-1/pipeline-maven-3.9.0-beta-1.hpi
>>
>> This is the first release since the handover of the project to @aheritier
>> <https://github.com/aheritier>. Thanks again @cyrille-leclerc
>> <https://github.com/cyrille-leclerc> @alvarolobato
>> <https://github.com/alvarolobato> for your hard work on it.
>>
>> This release now requires Jenkins core 2.204.6 and refreshed a lot of
>> dependencies (and a bit the codebase).
>> It also brings several new features and fixes.
>>
>> Thanks a lot to all contributors: @bguerin <https://github.com/bguerin>,
>> @brenuart <https://github.com/brenuart>, @jglick
>> <https://github.com/jglick>, @JLLeitschuh
>> <https://github.com/JLLeitschuh> .
>>
>> Later this week we'll publish a beta-2 with at the minimum the migration
>> of the documentation from Confluence to the plugin repo (
>> https://github.com/jenkinsci/pipeline-maven-plugin/pull/251 thanks to
>> bthompson0 <https://github.com/bthompson0> )
>>
>> Thanks a lot for your help.
>> 🚀 New features and improvements
>>
>>    - Add support for maven-karma-plugin (#230
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/230>)
>>    @bguerin <https://github.com/bguerin> - ref: JENKINS-61092
>>    <https://issues.jenkins-ci.org/browse/JENKINS-61092>
>>
>> 🐛 Bug Fixes
>>
>>    - Downstream pipelines are not triggered when the artifact has type
>>    docker-info (#226
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/226>)
>>    @bguerin <https://github.com/bguerin> - ref JENKINS-59500
>>    <https://issues.jenkins-ci.org/browse/JENKINS-59500>
>>    - Failed to read XML file produced by maven spy after an execution
>>    threw an exception and color is enabled (#232
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/232>)
>>    @brenuart <https://github.com/brenuart> - ref: JENKINS-61791
>>    <https://issues.jenkins-ci.org/browse/JENKINS-61791>
>>    - Fix groupId used to detect executions of the Tycho Surefire Plugin (
>>    #231 <https://github.com/jenkinsci/pipeline-maven-plugin/pull/231>)
>>    @brenuart <https://github.com/brenuart> - ref: JENKINS-61790
>>    <https://issues.jenkins-ci.org/browse/JENKINS-61790>
>>
>> 🔧 Internals
>>
>>    - Jenkins core upgrade (2.138.4 -> 2.204.6) + Plugin parent upgrade
>>    (3.43 -> 4.6) + BOM (#250
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/250>)
>>    @aheritier <https://github.com/aheritier>
>>    - Check either Acegi or Spring Security version of
>>    AccessDeniedException, or AccessDeniedException2 or 
>> AccessDeniedException3 (
>>    #252 <https://github.com/jenkinsci/pipeline-maven-plugin/pull/252>)
>>    @jglick <https://github.com/jglick>
>>    - Use official version of GeneralNonBlockingStepExecution (#199
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/199>) @jglick
>>    <https://github.com/jglick> - ref JENKINS-49337
>>    <https://issues.jenkins-ci.org/browse/JENKINS-49337>
>>    - Code refresh (#276
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/276>)
>>    @aheritier <https://github.com/aheritier>
>>    - Upgrade Jenkins incremental to latest (1.1) (#249
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/249>)
>>    @aheritier <https://github.com/aheritier>
>>    - Update maven-wrapper to the latest and mvn to 3.6.3 (#248
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/248>)
>>    @aheritier <https://github.com/aheritier>
>>    - Use HTTPS to resolve dependencies in Maven Build (Tests projects) (
>>    #229 <https://github.com/jenkinsci/pipeline-maven-plugin/pull/229>)
>>    @JLLeitschuh <https://github.com/JLLeitschuh>
>>
>> 📦 Dependency updates
>>
>>    - Bump htmlpublisher from 1.16 to 1.23 (#265
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/265>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump docker-fixtures from 1.8 to 1.10 (#274
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/274>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump groovy-all from 2.4.12 to 2.4.20 (#273
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/273>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump slf4j-api from 1.7.26 to 1.7.30 (#267
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/267>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump maven-shared-utils from 3.2.1 to 3.3.3 (#270
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/270>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump junit from 4.12 to 4.13 (#272
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/272>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump pipeline-stage-step from 2.3 to 2.5 (#271
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/271>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump tasks from 4.51 to 4.53 (#268
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/268>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump jacoco from 3.0.3 to 3.0.7 (#263
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/263>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump gson from 2.8.2 to 2.8.6 (#260
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/260>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump maven-plugin from 3.1.2 to 3.7 (#256
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/256>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump HikariCP from 3.4.1 to 3.4.5 (#261
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/261>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump config-file-provider from 3.5 to 3.6.3 (#262
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/262>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump annotations from 3.0.0 to 3.0.1 (#266
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/266>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump findbugs from 4.70 to 5.0.0 (#257
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/257>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump plexus-utils from 3.1.0 to 3.3.0 (#253
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/253>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump workflow-multibranch from 2.20 to 2.22 (#244
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/244>)
>>    @dependabot <https://github.com/dependabot>
>>    - Bump jenkins-test-harness-tools from 2.0 to 2.2 (#254
>>    <https://github.com/jenkinsci/pipeline-maven-plugin/pull/254>)
>>    @dependabot <https://github.com/dependabot>
>>
>>
>>
>> --
>> Arnaud Héritier
>> Twitter/Skype : aheritier
>>
>
>
> --
> Arnaud Héritier
> Twitter/Skype : aheritier
>


-- 
Arnaud Héritier
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAFNCU--T3YV2s2EKeuZvdAjpBOmc2dmw3Q4TRHKEfPdMwXTRMQ%40mail.gmail.com.

Reply via email to