You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/12 02:55:01 UTC

[GitHub] [hadoop-submarine] tangzhankun commented on a change in pull request #40: SUBMARINE-229. Submarine-cicd failed due to the encoding error of github PR body

tangzhankun commented on a change in pull request #40: SUBMARINE-229. Submarine-cicd failed due to the encoding error of github PR body
URL: https://github.com/apache/hadoop-submarine/pull/40#discussion_r334217284
 
 

 ##########
 File path: dev-support/cicd/README.md
 ##########
 @@ -21,25 +21,30 @@ To use them more easily, we provide a Docker image to help committer to handle t
 ## Docker mode
 
 ```
-cd <path-to-submarine-home>/dev-support/cicd
-docker build -t submarine-cicd .
-docker run -it --rm submarine-cicd
+./build_and_start_cicd_image.sh
 ```
 
 Or
 
 ```
-./build_and_start_cicd_image.sh
+cd <path-to-submarine-home>/dev-support/cicd
+docker build -t submarine-cicd .
+docker run -it --rm submarine-cicd
 ```
 
+Apache jira username and password are required in the docker container. You can
+add them to the docker startup command.
+
 And you'll see output like below and then you can decide what to accomplish.
 ```
-$ docker run -it --rm submarine-cicd
+$ docker run -it -e JIRA_USERNAME='username' -e JIRA_PASSWORD='password' --rm submarine-cicd 
 
 Review comment:
   it can also set these environment variable "-e APACHE_ID=aid -e APACHE_NAME="Zhankun Tang""

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


With regards,
Apache Git Services