Pipeline
|
|
Variables & Config
Will need to setup a scheduler for the newly created pipeline
Projects -> [PROJECT_NAME] -> Build -> Pipeline schedules -> New schedule
Set “Description, Interval pattern” and the 2 variables
GITHUB_REPO
If your repo link looks like https://github.com/test/repo1.git then you need to grab the part after the github.com
Example: test/repo.git
PROJECT_PUSH_TOKEN
Need to generate an API token on Github which has repo scope
Profile -> Settings -> Developer settings -> Personal access tokens -> Tokens (classic)