I am running a jenkins pipeline which is having 2 layered git repos.
- Jenkins pipeline is in one repo from which pipeline is triggered.
- once pipeline is triggered it clones repo from another git repo to perform some operations.
I am able to trigger the pipeline, it starts correctly but give me following error when it starts to perform checkout of another repo-
fatal: unable to access 'https://github.com/<project-name>/<project>.git/': Failed to connect to github.com port 443: Operation timed out
[Pipeline] echo
hudson.AbortException: script returned exit code 128
any help or pointers what is wrong.