jenkins-script-console-scripts
devops-resources
Our great sponsors
jenkins-script-console-scripts | devops-resources | |
---|---|---|
8 | 6 | |
417 | 6,728 | |
- | - | |
0.0 | 4.3 | |
5 months ago | about 2 months ago | |
Groovy | Groovy | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jenkins-script-console-scripts
- Pipeline metrics help
-
What is the best course/courses to learn pipeline as code with Groovy and Jenkins
Groovy scripts for Jenkins administration
-
endoflife jenkins version 2.176.1
Based on other comments I recommend: - Committing your Jenkins config to a local git repo so you can see how an upgrade affects it with git diff - Capture you plugin versions with Jenkins version
-
How to safely upgrade jenkins plugin. What is the fail proof way to do it.
You can do this by script console yourself and use the community docker image. Alternately, you can try out jenkins-bootstrap-shared project I made which pulls Jenkins into a JKD8 container (I plan to upgrade it to OpenJKD11 since Jenkins now supports that).
-
How to use Jenkins the DevOps way in 2022
Delete builds for branches and tags after 120 days
If you're using the community Jenkins docker image you can generate your upgraded plugins.txt file with a script like this https://github.com/samrocketman/jenkins-script-console-scripts/blob/main/list-versions-for-issue-report.groovy
-
Reset hashicorp admin access
If you're an admin in Jenkins, then you cam retrieve the credentials via script console. I did a talk which discusses using the script console. You can run this script which exports most common credentials in Jenkins. It will render them as plain text which you may be able to use to log into vault.
devops-resources
- I'm new to the DevOps and would greatly appreciate your advice on the best resources for beginners
- free resources
-
Monthly 'Getting into DevOps' thread - 2021/010
bregman-arie/devops-resources - This repository is about gathering any useful resources and information regarding DevOps and secondly, provide some roadmap for those who want to practice DevOps.
What are some alternatives?
devops-exercises - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
cheat-sheet-pdf - 📜 A Cheat-Sheet Collection from the WWW
nextflow - A DSL for data-driven computational pipelines
jenkins-bootstrap-shared - Jenkins as immutable infrastructure made easy. A repository of shared scripts meant to be used as a git submodule. Packing Jenkins, plugins, and scripts into immutable packages and images.
developer-roadmap - Interactive roadmaps, guides and other educational content to help developers grow in their careers.
test-your-sysadmin-skills - A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
DevSecOps - Ultimate DevSecOps library
job-dsl-plugin - A Groovy DSL for Jenkins Jobs - Sweeeeet!
job-dsl-gradle-example - An example Job DSL project that uses Gradle for building and testing.
Lean and Mean Docker containers - Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Packer - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
DevOps-Guide - DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.