Hi everybody,
I need to perform certain tasks based on a Jenkins pipeline in gitlab CI. Having investigated possible documentation, I haven’t found any matching operations for:
- Binding credentials. Could you tell if there are any matching operations like withCredentials() in Jenkins?
- Triggering a new build for a given job. build() does it in Jenkins, are there any matching operations in gitlab?
- Copy artifacts from another project. copyArtifacts() does it in Jenkins, are there any matching operations in gitlab?
Please help.