-
Notifications
You must be signed in to change notification settings - Fork 17
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
Jenkins pipeline #7
base: master
Are you sure you want to change the base?
Conversation
merge back from fork
Pipeline functionality
Upgraded to jenkins 2.3 lib
…ile because it didnt work in the old locations.
Accidentally pushed IDE file. removed.
…for jenkins pipelines
…rapper. Changed to the projectWorkspace variable that is injected for SimpleBuildWrapper
…ther steps inside the wrapper.
@ButkiewiczP this obviously never got merged, is there by chance some other plugin that implements this? Trying to convert our freestyle jobs to pipeline and finding an alternative to this plugin is the last piece of the puzzle. |
@wes566 I haven't tried looking for any other plugins that replicate this behavior. We decided to build the plugin from this branch and use it in production. The syntax isn't completely updated for Pipelines, but it will still work. |
This needs attention. 🙂 |
Is this project dead is that why this PR has not yet been merged? This is a super useful PR. |
@michaelbaer Hi, are you still interested in this plugin? If not, would you be fine if we mark it for adoption? |
Allows the Keychain and Provisioning Profile management functions to work inside Jenkins Pipelines.
Keychain and Provisioning Profile options will now appear under the
General Step
section of the Pipeline Syntax Generator. You can use the generated code in Pipelines to copy keychains and profiles over to Pipeline workspaces.Most of the work was done by @AndreasR92 in their repo here