From 4071caa27abfaa1a2722e8c6fa58bdd1ab0d95a3 Mon Sep 17 00:00:00 2001 From: ampuscas Date: Fri, 7 Jul 2023 14:28:28 +0200 Subject: [PATCH 1/3] [BEE-37070] add inline documentation for build strategies --- src/main/resources/jenkins/branch/BranchSource/config.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/jenkins/branch/BranchSource/config.jelly b/src/main/resources/jenkins/branch/BranchSource/config.jelly index aa549dc2..3e66a2db 100644 --- a/src/main/resources/jenkins/branch/BranchSource/config.jelly +++ b/src/main/resources/jenkins/branch/BranchSource/config.jelly @@ -43,7 +43,7 @@ - + From ed564aa8ec1cd65545342938b860922c2096c2b3 Mon Sep 17 00:00:00 2001 From: ampuscas Date: Fri, 7 Jul 2023 17:00:07 +0200 Subject: [PATCH 2/3] add strategy documentation --- src/main/resources/jenkins/branch/BranchSource/config.jelly | 1 + .../resources/jenkins/branch/BranchSource/help-strategyId.html | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/main/resources/jenkins/branch/BranchSource/help-strategyId.html diff --git a/src/main/resources/jenkins/branch/BranchSource/config.jelly b/src/main/resources/jenkins/branch/BranchSource/config.jelly index 3e66a2db..e97bf0a9 100644 --- a/src/main/resources/jenkins/branch/BranchSource/config.jelly +++ b/src/main/resources/jenkins/branch/BranchSource/config.jelly @@ -44,6 +44,7 @@ + diff --git a/src/main/resources/jenkins/branch/BranchSource/help-strategyId.html b/src/main/resources/jenkins/branch/BranchSource/help-strategyId.html new file mode 100644 index 00000000..2929db67 --- /dev/null +++ b/src/main/resources/jenkins/branch/BranchSource/help-strategyId.html @@ -0,0 +1,3 @@ +
+ Initial Index Build Prevention modifies the indexing behavior so that any branches, pull requests, and tags discovered during the initial indexing create a Pipeline, but will not build it. The pipeline will remain inactive until an SCM event has been made to its corresponding branch/PR/tag. +
\ No newline at end of file From 09d4261ec54b6773765cec76ac07e50bf879f191 Mon Sep 17 00:00:00 2001 From: ampuscas Date: Mon, 10 Jul 2023 16:11:58 +0200 Subject: [PATCH 3/3] remove uneccessary help --- src/main/resources/jenkins/branch/BranchSource/config.jelly | 1 - .../resources/jenkins/branch/BranchSource/help-strategyId.html | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/main/resources/jenkins/branch/BranchSource/help-strategyId.html diff --git a/src/main/resources/jenkins/branch/BranchSource/config.jelly b/src/main/resources/jenkins/branch/BranchSource/config.jelly index e97bf0a9..3e66a2db 100644 --- a/src/main/resources/jenkins/branch/BranchSource/config.jelly +++ b/src/main/resources/jenkins/branch/BranchSource/config.jelly @@ -44,7 +44,6 @@ - diff --git a/src/main/resources/jenkins/branch/BranchSource/help-strategyId.html b/src/main/resources/jenkins/branch/BranchSource/help-strategyId.html deleted file mode 100644 index 2929db67..00000000 --- a/src/main/resources/jenkins/branch/BranchSource/help-strategyId.html +++ /dev/null @@ -1,3 +0,0 @@ -
- Initial Index Build Prevention modifies the indexing behavior so that any branches, pull requests, and tags discovered during the initial indexing create a Pipeline, but will not build it. The pipeline will remain inactive until an SCM event has been made to its corresponding branch/PR/tag. -
\ No newline at end of file