-
Notifications
You must be signed in to change notification settings - Fork 33
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
Enabled #28
base: master
Are you sure you want to change the base?
Enabled #28
Conversation
…ogs from failed builds since the last successful one
…it with a script and env variable
…builds in the correct order so the change logs are the correct order Conflicts: src/main/java/testflight/TestflightRecorder.java
… 'notes' to use that
…og through constructor
Enabling slave
plugins » testflight-plugin #34 FAILURE |
plugins » testflight-plugin #35 SUCCESS |
…a serialization bug Merge branch 'enabling_slave' of github.com:urbn/testflight-plugin into enabled
plugins » testflight-plugin #36 FAILURE |
plugins » testflight-plugin #37 SUCCESS |
plugins » testflight-plugin #38 SUCCESS |
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
This fork is based on @DylanSale fork's enabled branch. That branch incorporates the BuildNotes file path, which allows the user to add custom buildnotes to a testflight buildnotes file, and Accumulate all changelogs since last success which makes sure commits aren't dropped from the record when builds fail.
This fork takes those features and moves them from the recorder to the TestflightUploader class, which is called by the remoteRecorder. This allows these features to work on slave machines without copying files back to the master.