Added jenkinsfile
This PR adds a Jenkinsfile that specify tasks to be tested by the jenkins machine. Current jenkins machine runs tests on the repository branches and the authorized pull requests.
Thanks! Is there any way to test it out, or it could only be run on your internal server for the moment?
Still haven't figured this part out. It may help if you can give @tf-networking-jenkins push rights to the repository, But I am not sure how to properly link it with the jenkins server and give it commands.
Is the Jenkins server publicly accessible? In that case you could use webhooks. Otherwise it would require the polling mechanism.
The server is not public accessible (yet). I agree that webhooks are a better long-term solution.