-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate specs update to updatecli #1402
Migrate specs update to updatecli #1402
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably fine, but is it possible to specify a directory and keep them synchronised, like an rsync?
Unfortunately, not. There was a similar request/question here: elastic/apm-agent-nodejs#3197 (comment) |
@reakaleek no worries. We're requiring commits to be signed now, so please squash, sign, and force-push. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise
WARNING: **Fallback** Please add a title to you configuration using the field 'title: <your pipeline>'
Pipeline "update-jsons-specs" failed
Skipping due to:
action stage: "Title is too long (maximum is 256 characters)"
ee350c3
to
ef5b851
Compare
ef5b851
to
f08a073
Compare
Co-authored-by: Victor Martinez <[email protected]>
* Migrate specs update to updatecli * Fix title too long error Co-authored-by: Victor Martinez <[email protected]> --------- Co-authored-by: Victor Martinez <[email protected]>
What
Migrate https://github.com/elastic/apm/blob/main/.ci/Jenkinsfile to the consumer using updatecli and GH Actions workflows.
Why
Jenkins 2 GH Actions Migration
How to test