We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
terraform-provider-libvirt
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.
The text was updated successfully, but these errors were encountered:
dzintars
No branches or pull requests
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
To call the Libvirt pipeline if the artifacts are not presented.
The text was updated successfully, but these errors were encountered: