This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 26abcee  Disable matrix build on GitHub
26abcee is described below

commit 26abceec349f47a0f6b6419bc8efea82e57345ec
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Jul 4 21:47:05 2024 +0200

    Disable matrix build on GitHub
---
 .github/workflows/maven-verify.yml | 1 +
 Jenkinsfile                        | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 0b5311e..6ef443c 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,3 +27,4 @@ jobs:
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
     with:
       ff-site-goal: 'site'
+      matrix-enabled: false
diff --git a/Jenkinsfile b/Jenkinsfile
index 1c6daf4..44d3575 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,5 +16,5 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-// jdk 17 is used for deploy artifacts
-asfMavenTlpStdBuild(jdks:['8', '21'])
+// jdk 21 is used for deploy artifacts
+asfMavenTlpStdBuild(jdks:['21'])

Reply via email to