python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to invoke a jenkins pipeline A in another jenkins pipeline B in separate Jenkins master?
Important is separate Jenkins master.
I expecting something like
script { build job: 'https://second_instance_jenkins.mycompany.com/jobs/alt_build_job', parameters: [] }
However this does not work, I ...
user1281461
Votes: 0
Answers: 2
How to re-trigger Jenkins for a pull request after giving a specific comment in a pull request
I want to understand how to re-trigger a Jenkins pipeline for a pull request after I leave a comment such as "Rebuild" in this pull request.
In order to re-trigger this job, the commit_sha a...
user1938143
Votes: 0
Answers: 1
Importing in Python script running on corporate Jenkins
i am trying to run my python script that works fine locally, on our corporate Jenkins.
On top of the script i have
from appium import webdriver
and getting this error in Jenkins:
File "/home/emo...
DTo
Votes: 0
Answers: 1
Job-DSL parameters in a for loop
I'm creating my jobs on Jenkins dynamically with job-dsl,
I want every Map item to have its own parameters, so I tried to do something like that:
def jobs = [
[
name: "query-es-statis...
Moshe
Votes: 0
Answers: 1