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: us...@infra.apache.org