You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I just learned of Pipelines and it looks interesting.
What I'd like to do is something like the following (I'm still learning so forgive me I my terminology is off):
1. Trigger a build pipeline after a Commit based on the commit subject
2. Using a pipeline submit a batch job to z/OS to assemble/compile/link the updated elements
3. Pull the batch job results (object decks, load modules, listings) into a bitbucket repository (probably a different one from the source repository to keep the binary blobs separate).
4. Submit a batch job to z/OS to package the updated elements from (2) into an SMP/E SYSMOD
Is this doable?