Skip to content

Commit 9d54eab

Browse files
authored
[CI] clarify spec sync PR and commit wording (#51)
1 parent 8db8fe8 commit 9d54eab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.ci/Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
// https://apm-ci.elastic.co/job/apm-shared/job/ecs-logging-update-specs-mbp/
19+
1820
@Library('apm@current') _
1921

2022
pipeline {
@@ -156,7 +158,7 @@ def generateStep(Map args = [:]){
156158
if (params.DRY_RUN_MODE || isPR()) {
157159
echo "DRY-RUN: ${repo} with description: '${env.PR_DESCRIPTION}'"
158160
} else {
159-
githubCreatePullRequest(title: "test: synchronizing spec", labels: 'automation', description: "${env.PR_DESCRIPTION}")
161+
githubCreatePullRequest(title: "synchronize ecs-logging spec", labels: 'automation', description: "${env.PR_DESCRIPTION}")
160162
}
161163
}
162164
}

.ci/scripts/prepare-spec-changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ cd "${REPO_DIR}"
1818
git config user.email
1919
git checkout -b "update-spec-files-$(date "+%Y%m%d%H%M%S")"
2020
git add "${SPECS_FILEPATH}"
21-
git commit -m "test: synchronizing specs"
21+
git commit -m "synchronize ecs-logging spec"
2222
git --no-pager log -1

0 commit comments

Comments
 (0)