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)
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
How to parameterize jenkins DSL job with pipeline script & docker-compose.yaml
I've created a DSL job nv_dsl.groovy as below,
import groovy.text.SimpleTemplateEngine
def fileContents = readFileFromWorkspace "nv_pipeline.groovy"
def fileContents1 = readFileFromWorkspa...
Naveen
Votes: 0
Answers: 1
Shared library for the DSL scripts
How can i use shared library in jenkins for my dsl groovy scripts?
Most of my scripts have same steps except few changes in name and url, i do not want to create new script every time. Is there any wa...
tarun
Votes: 0
Answers: 1
Jenkins approval stage in scripted pipelines
I've setup a pipeline as code stack using jenkins groovy. For that I've coded some shared libraries to extend my CI/CD capabilities and avoid copy/paste some block code within all my pipelines code.
S...
nixmind
Votes: 0
Answers: 1