Skip to main content
0 votes
0 answers
31 views

Terraform "google_cloudbuild_trigger" resource failing to create trigger #Resource Terraform will perform the following actions: # google_cloudbuild_trigger.cloud_build_trigger will be ...
user30652673's user avatar
0 votes
1 answer
787 views

I got an azure yaml pipeline I want to trigger via another pipeline. The original pipeline has parameters defined like this: parameters: - name: Param1 default: val1 type: string - name: Param2 ...
CodeMonkey's user avatar
  • 12.6k
1 vote
0 answers
320 views

I have Azure Devops pipeline A to trigger another pipeline (pipeline B in the same project). Pipeline B has some object type parameters as below parameters: envList: - production - dr ...
Vowneee's user avatar
  • 1,543
0 votes
1 answer
688 views

I want to change the value in the Schedule box in Build periodically with parameters in a Jenkins job (see the image) using script in a declarative script while keep everything else the same. enter ...
Jack Chung's user avatar
0 votes
1 answer
634 views

I want to run a trigger by passing some substitution values by using gcloud command. Here is my command: gcloud beta builds triggers run my-service --branch=test-deploy-of-history --project=dev-...
Md. Omar Hasan's user avatar
0 votes
1 answer
128 views

I have 5 java microservices where whenever in any of those 5 services a developer merges the code to master, it has to trigger an api-testing microservice that will initiate testing for it. For now I ...
sherinsusan's user avatar
0 votes
2 answers
1k views

I want to write a script where I will pass the values and the script will update all the substitutions values automically. In cloud build trigger, I am passing values like _DOCKER_IMAGE, _IMAGE_TAG, ...
Md. Omar Hasan's user avatar
-1 votes
1 answer
276 views

I implemented jenkins build script. That script started by remote server. ( using Build Triggers ) In build console Output log, wrote down "Started by remote host xx.xx.xxx.xxx (my ip)" I ...
seok0.2's user avatar
  • 39
0 votes
1 answer
511 views

I need to trigger the pipeline(CI) when any change is made (directly to the branch or by merging a PR) to my_branch, my yml trigger configuration is like this - trigger: batch: true branches: ...
hasnayn's user avatar
  • 356
0 votes
0 answers
375 views

I configured my build triggers to start as soon as I push to the repo on Github. This has always worked well. Not since yesterday. It didn't work for a long time yesterday. I pushed again for a few ...
pat's user avatar
  • 41
9 votes
3 answers
2k views

We use Azure DevOps for continuous integration. The pipeline is configured to run a build whenever a change is pushed to a feature branch. This is desired for quick feedback. Additionally, we have the ...
Till F.'s user avatar
  • 399
0 votes
1 answer
4k views

Quite new to the CI/CD pipelines in AzDO. I was going through some official Azure Pipeline documents where I have some doubts on Schedule Triggers. Below is a pipeline Snippet in main branch: ...
Sandeep Kumar's user avatar
0 votes
1 answer
868 views

According to a recent update here : https://learn.microsoft.com/en-us/azure/devops/release-notes/2021/sprint-192-update#support-for-wild-cards-in-path-filters wildcards will be supported in path ...
5NRF's user avatar
  • 495
1 vote
0 answers
226 views

We have a nighly build that triggers build of many different projects to verify external testing like contracts and such to avoid triggering such tests on every checkin. However lately we have ...
Jimmy Byström's user avatar
0 votes
1 answer
558 views

I've been playing around with GCP Triggers to deploy a new pod every time a push is made to a Github repo. I've got everything set up and the docker image is pushed to the GCP Container Registry and ...
user782400's user avatar
  • 1,777

15 30 50 per page