Finalize plugin list installed on jengus
authorChristoph Berg <myon@debian.org>
Tue, 14 Jan 2025 14:22:30 +0000 (15:22 +0100)
committerChristoph Berg <myon@debian.org>
Tue, 14 Jan 2025 14:22:30 +0000 (15:22 +0100)
jenkins/README.jenkins

index 4d585bda2baefd4ddef7bd98b38da0dda92a37ca..a2cb25ba0965620d63233a5c389c48ff75398d90 100644 (file)
@@ -5,25 +5,20 @@ Jenkins
 
 Build Name and Description Setter
 Collapsing Console Sections
+Console Tail
 Copy Artifact
 Git
-#Green Balls
+Green Balls
 IRC
 Matrix Project
 Matrix Combinations (aka Matrix Configuration Parameter)
 Multiple SCMs
 Node and Label parameter
 Parameterized Trigger
-#Priority Sorter
-#Reverse Proxy Auth
-#SCM Sync
-#Strict Crumbs Issuer ("Check Session ID" off for compatibility with jenkins-job-builder)
 Text-finder
-#Throttle Concurrent Builds
 Timestamper
 Pipeline: Build Step
 Pipeline: Declarative
-#Pipeline Model Definition
 Pipeline: Stage View
 Workspace Cleanup
 View Job Filters
@@ -47,25 +42,3 @@ Section starts with: ^### PostgreSQL (.*) ###$
 Section ends with: ^### End .* ###$
 
 (One-per-line ending: doesn't matter)
-
-## Priority Sorter config
-
-Global config: 5 priority levels, 3 default
-
-Job Priorities config:
-  For each "view" of "Binaries", "Binaries-Devel", "Binaries-Beta", "Testsuite":
-  JobGroup:
-    Description: $view
-    Jobs to include: Jobs included in a View
-                     Apply to Jobs in View $view
-    Priority: 5 (4 for "Testsuite")
-
-(No special config on the jobs needed)
-
-## Git setup
-
-```
-git config --global user.email "jenkins@pgapt.local"
-git config --global user.name "Jenkins"
-```
-