Pass Artifact or String to upstream job in Jenkins Pipeline
问题 Goal I'm trying to orchestrate a dependency chain using the GitHub organization plugin along with the jenkins pipeline. As the products I'm building have a number of shared dependencies, I'm using nuget packages to manage dependency versioning and updates. However, I'm having trouble getting necessary artifacts/info to the projects doing the orchestration. Strategy On a SCM change any upstream shared libraries should build a nuget package and orchestrate any downstream builds that need new