You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/04/04 16:54:47 UTC

[GitHub] [kafka] ijuma opened a new pull request #10473: KAFKA-12614: Use Jenkinsfile for trunk and release branch builds

ijuma opened a new pull request #10473:
URL: https://github.com/apache/kafka/pull/10473


   *More detailed description of your change,
   if necessary. The PR title and PR message become
   the squashed commit message, so use a separate
   comment to ping reviewers.*
   
   *Summary of testing strategy (including rationale)
   for the feature or bug fix. Unit and/or integration
   tests are expected for any behaviour change and
   system tests should be considered for larger changes.*
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] ijuma commented on pull request #10473: KAFKA-12614: Use Jenkinsfile for trunk and release branch builds

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #10473:
URL: https://github.com/apache/kafka/pull/10473#issuecomment-813460788


   @mumrah Good point. I don't expect the number of builds to change over time. Instead, we will replace some of the existing builds with new ones. That is, I expect us to have 3 Java versions and 2 Scala versions at any point in time. If this changes, we can consider matrix builds.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] ijuma commented on pull request #10473: KAFKA-12614: Use Jenkinsfile for trunk and release branch builds

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #10473:
URL: https://github.com/apache/kafka/pull/10473#issuecomment-813463611


   Merged to trunk and 2.8 branches.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] ijuma edited a comment on pull request #10473: KAFKA-12614: Use Jenkinsfile for trunk and release branch builds

Posted by GitBox <gi...@apache.org>.
ijuma edited a comment on pull request #10473:
URL: https://github.com/apache/kafka/pull/10473#issuecomment-813064919


   @mumrah Is there documentation on how the multibranch pipeline build maps to the job dsl? For example, how would we do the following to disable concurrent builds?
   
   ```groovy
   pipelineJob('example-pipeline') {
    properties {
       disableConcurrentBuilds()  
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] ijuma commented on pull request #10473: KAFKA-12614: Use Jenkinsfile for trunk and release branch builds

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #10473:
URL: https://github.com/apache/kafka/pull/10473#issuecomment-813087456


   > @mumrah Is there documentation on how the multibranch pipeline build maps to the job dsl?
   
   Figured it out with the help of https://www.jenkins.io/doc/book/pipeline/syntax/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] ijuma merged pull request #10473: KAFKA-12614: Use Jenkinsfile for trunk and release branch builds

Posted by GitBox <gi...@apache.org>.
ijuma merged pull request #10473:
URL: https://github.com/apache/kafka/pull/10473


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] ijuma commented on pull request #10473: KAFKA-12614: Use Jenkinsfile for trunk and release branch builds

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #10473:
URL: https://github.com/apache/kafka/pull/10473#issuecomment-813064919


   @mumrah Is there documentation on how the multibranch pipeline build maps to the job dsl? For example, how would we do the following to disable concurrent builds?
   
   > pipelineJob('example-pipeline') {
   >   properties {
   >     disableConcurrentBuilds()  
   >   }
   > }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org