[ 
https://issues.apache.org/jira/browse/MNG-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747493#comment-17747493
 ] 

ASF GitHub Bot commented on MNG-7848:
-------------------------------------

kun-lu20 commented on PR #1207:
URL: https://github.com/apache/maven/pull/1207#issuecomment-1651732478

   Hi @slachiewicz ,
   
   Thanks for your feedback! I checked [amd64 
Jenkinsfile](https://github.com/apache/maven/blob/master/Jenkinsfile) and it 
only uses Maven 3.8.x to build and test, the same as what we did in this PR for 
s390x Jenkinsfile:
   ```groovy
   def buildMvn = '3.8.x'
   ...
   def runITsMvn = '3.8.x'
   ```
   
   Do you mean I should change the following line to maven-3.9.x only?
   ```groovy
   if (env.BRANCH_NAME in ['master', 'maven-3.8.x', 'maven-3.9.x']){
   ```
   
   Thank you very much!




> Add s390x pipeline to Jenkins CI
> --------------------------------
>
>                 Key: MNG-7848
>                 URL: https://issues.apache.org/jira/browse/MNG-7848
>             Project: Maven
>          Issue Type: New Feature
>          Components: Bootstrap & Build, Integration Tests
>            Reporter: Kun Lu
>            Priority: Major
>              Labels: pull-request-available
>
> Apache INFRA team has installed necessary JDK flavours on all s390x nodes 
> (Please check issue 
> [https://issues.apache.org/jira/projects/INFRA/issues/INFRA-24781]). We’d 
> like to add the s390x pipeline to Jenkins CI by raising a PR to add ` 
> Jenkinsfile.s390x` to the Maven code base.
> Can anyone from Maven team help us review the PR and create the s390x 
> pipeline on Jenkins? Thanks!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to