Jenkins
Configurations for Git-Hub
- Give the payload URL
- 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”