How can I trigger another job from a jenkins pipeline (jenkinsfile) with GitHub Org Plugin?
How can I trigger build of another job from inside the Jenkinsfile? I assume that this job is another repository under the same … Read more
How can I trigger build of another job from inside the Jenkinsfile? I assume that this job is another repository under the same … Read more
When writing jenkins pipelines it seems to be very inconvenient to commit each new change in order to see if it works. Is … Read more