Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
rnd:jenkins [2020/05/02 17:23] tech2admin created |
rnd:jenkins [2020/05/02 17:29] (current) tech2admin |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| - Require credentials to connect to repo and added on Jenkins credentials section | - Require credentials to connect to repo and added on Jenkins credentials section | ||
| + | === Configurations for Jenkins in pipeline === | ||
| + | - Setup credentials for git repo | ||
| + | - Source-code Management section select **Git** and give the repository URL | ||
| + | - Give the branch in **Branch Specifier** to pipe | ||
| + | - In build Triggers section select **GitHub hook trigger for GITScm polling** | ||
| + | - In the Build select **Execute Shell** | ||
| + | - git ftp push -u "jenk_ftp_rnd" -p "<PASSWORD>" "128.199.91.240/GE-TS" | ||