Question/Feature Request: Full configuration as code
See original GitHub issueHi team
I noticed that your plugin does not currently support the configuration-as-code plugin.
Looking at your README.md and at your ECSDeclarativeAgent.java class, I had the impression that this may not even be required, but I was hoping you could help me out.
What I would like to achieve is to configure the build agents cloud 100% scripted. Currently the configuration-as-code plugin is my go-to approach, falling back to groovy on the exception.
Do you have any samples where you configure your build agents as code, instead of manually entering the configuration in the Jenkins web console?
Thanks, I appreciate any help given!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:17 (2 by maintainers)
Top Results From Across the Web
How We Built Config as Code - YouTube
00:00 - Intro01:50 - Agenda03:04 - Discussion Time03:20 - What is Config as Code ?05:58 - What made us build Config as Code...
Read more >Question or Feature Request: MultiSite - WordPress.org
Is there a method to configure settings for ALL sites in a multisite network globally, from Network Settings? I'd love to configure this...
Read more >Jenkins Configuration as Code
Jenkins Configuration as Code provides the ability to define this whole configuration as a simple, human-friendly, plain text yaml syntax.
Read more >Providing optional pre-commit (style) feedback on question ...
This forum aims to appreciate questions that require significant expertise to answer. · I assume some code review questions can be answered using ......
Read more >Newest 'feature-request' Questions - Meta Stack Overflow
I have a simple JavaScript code snippet that displays an alert message. alert("Hello world!") Running the code snippet shows the alert as expected,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@gomesp I use this plugin everyday via jcasc. Happy to help out on any specific issues you are having. Here is one of the slave configs i use. Haven’t tried the lastest, but def works fine with
configuration-as-code:1.19and has for months.Also quite some of the delay comes from Jenkins weird internal mechanism on when to request agents. This can be changed / optimized with some system params, eg
-Dhudson.slaves.NodeProvisioner.initialDelay=0 -Dhudson.slaves.NodeProvisioner.MARGIN=50 -Dhudson.slaves.NodeProvisioner.MARGIN0=0.85