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 2020/09/14 14:33:30 UTC

[GitHub] [kafka] mumrah opened a new pull request #9285: Minor: fix streams quickstart in Jenkinsfile

mumrah opened a new pull request #9285:
URL: https://github.com/apache/kafka/pull/9285


   Running commands like "cd" or setting variables inside `sh` steps do not survive to following steps in Jenkinsfile. Instead we're supposed to use things like `dir("somedir") { ... }` and injecting variables with `env` directive or directly into the command string (like I've done here).


----------------------------------------------------------------
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] mumrah commented on pull request #9285: Minor: fix streams quickstart in Jenkinsfile

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


   Here's the evidence that it's working now https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-9285/1/execution/node/134/log/ :) 


----------------------------------------------------------------
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] mumrah merged pull request #9285: Minor: fix streams quickstart in Jenkinsfile

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


   


----------------------------------------------------------------
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] mumrah edited a comment on pull request #9285: Minor: fix streams quickstart in Jenkinsfile

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


   Here's the evidence that it's working now https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-9285/1/execution/node/134/log/ 
   
   ![image](https://user-images.githubusercontent.com/55116/93150812-2aca1400-f6c8-11ea-92a0-5304792c0b66.png)
   


----------------------------------------------------------------
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