python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pipeline Docker-Jenkins-Jmeter
I am trying to configure the Pipeline Docker-Jenkins-Jmeter
Expected result: take test plans from my computer, run them on Jmeter with the help of Jenkins using docker container
Below I will write wha...
Aleksandra
Votes: 0
Answers: 1
Need option to fill values in Jenkins parameterized pipeline script stored in Github whenever it run
I have created a jenkins parameterized pipeline script as below. I have stored it on my Github repository.
properties([parameters([string(defaultValue: 'Devasish', description: 'Enter your name', name...
Data Geek
Votes: 0
Answers: 1
Is it possible to have multiple trigger options in jenkinsfile (cron , pollSCM , upstream)?
I read the article here : https://www.jenkins.io/doc/book/pipeline/syntax/#triggers
but didn't find information to my q.
Is it possible to have something like this ?
triggers {
upstream(upstreamPr...

Spartacus
Votes: 0
Answers: 1
Promote docker image in Artifactory using Jenkins
So I'm trying to promote docker image using artifactory jenkins plugin.
rtPromote (
buildName: 'MK',
buildNumber: '48',
serverId: 'Artifactory-1',
targetRepo: 'libs-release-local',
sourceRepo: 'libs-s...
shasi222
Votes: 0
Answers: 0