Invoke a remote jenkins file from another Jenkinsfile
问题 I am designing a Jenkins CICD pipeline at my organization and I have a following question. I am from a devops team that controls the Jenkins pipeline for multiple development teams. I basically want to write a Jenkins file with multiple stages that can be run by multiple teams. I understand that this Jenkins file can be checked into the Gitrepo of each team and it can invoke the complete pipeline as soon as the changes are done to the code repo. To make sure that this JenkinsFile is