You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/12 20:28:34 UTC

[maven-archetype] branch buildfix updated: try only one jdk version

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

tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/buildfix by this push:
     new 3f241fe  try only one jdk version
3f241fe is described below

commit 3f241fe75f204da4309ab7887ddb09fd976da85e
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Aug 12 22:28:20 2019 +0200

    try only one jdk version
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 63c7bbe..8ed4ca4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(tmpWs: true, jdk: ['7', '8','11','12','13'], archives: ['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects', 'local-repo' : 'maven-archetype-plugin/target/local-repo', 'mock-repo' : 'maven-archetype-plugin/target/mock-repo', 'archetype-repo' : 'maven-archetype-plugin/target/archetype-repo'])
+asfMavenTlpPlgnBuild(tmpWs: true, jdk: ['7'], archives: ['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects', 'local-repo' : 'maven-archetype-plugin/target/local-repo', 'mock-repo' : 'maven-archetype-plugin/target/mock-repo', 'archetype-repo' : 'maven-archetype-plugin/target/archetype-repo'])