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
Are comments possible in a Jenkinsfile? If so, what’s the syntax? I am using the declarative pipeline syntax. I want to comment out … 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
I have something like this on a Jenkinsfile (Groovy) and I want to record the stdout and the exit code in a variable … Read more
I am new to docker. I just tried to use docker in my local machine(Ubuntu 16.04) with Jenkins. I configured a new job … Read more
I am running the following command from my Jenkinsfile. However, I get the error “The input device is not a TTY”. docker run … Read more