Skip to content
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

Extract the terraform-provider-libvirt build into separate pipeline #38

Open
dzintars opened this issue Jan 10, 2021 · 0 comments
Open
Assignees

Comments

@dzintars
Copy link
Owner

I don't need to build libvirt plugin every time.
Instead i could just use Copy Artifacts plugin to copy the binary.
Also i could use

            parallel {
                stage('Build A') {
                    steps {
                            build job: "/project/A/${env.BRANCH}", wait: true
                    }
                }
                stage('Build B') {
                    steps {
                            build job: "/project/B/${env.BRANCH}", wait: true
                    }
                }
            }

To call the Libvirt pipeline if the artifacts are not presented.

@dzintars dzintars self-assigned this Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant