Skip to main content

CI/CD Collective

A collective where developers focused on continuous integration, delivery, and deployment can find, share, and learn about simultaneous development.
112.9k Questions
+160
15.8k Members
+106
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
6 votes
2k views
Collection

CI/CD Content Needing Updates

This is a collection of questions, answers, and articles about CI/CD practices that are now outdated due to the fast-paced evolution of DevOps. When collective members find CI/CD tagged content that ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
2 views

Error while Jenkins Deploy : java.io.IOException: Unable to open root Jar file 'war:file:/apps/MYBOOTApp.jar*/BOOT-INF/lib/spring-webmvc-6.1.8.jar'

Getting Below error only while deploying it through Jenkins. App runs Fine in Local Recently upgraded to springboot 3.3.0 , JDK 17 Jenkins build is successful but deploy fails Checked spring-webmvc-6....
0 votes
0 answers
4 views

How Azure DevOps Pipeline condition evaluates parameters?

Given the following Azure DevOps pipeline template: parameters: - name: AUTH_TYPE type: string steps: - task: Bash@3 displayName: Parameter print inputs: targetType: inline ...
-1 votes
0 answers
9 views

Validation to Jenkins/Ansible framework

I am handling patching through a combination of Jenkins and ansible. Jenkins calls ansible scripts for each tool and performs stop and start before the patching scripts. What is the best way to add ...
0 votes
0 answers
6 views

Jenkins withcredentials

I have a script which contains git clone, however I saved the credentials using jenkins UI under jenkins credentials so whenever I check out normally I use withcredential, so how can I run the script ...
0 votes
0 answers
10 views

Create private endpoint for Azure App Service Environment_v3 using Terraform

I need to create a new private endpoint for an Azure App Service Environment_v3 using Terraform but I am unable to come up with the code since the sub-resource type for App Service Environment is not ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
40 views
+50

Super Odd Behavior Helm/Jenkins/Artifactory YAML

Using YAML (with Helm), we created the following file to define agent containers. This file, as it stands below, works correctly as does another file with a different set of agent definitions. ...
1 vote
1 answer
61 views
+50

Conditionally display the drop-down list of values of a variable based the branch name GitLab pipeline

The globalvariables: section of my .gitlab-ci.yml file has been constructed like below: variables: HOST_NAME: description: Select a host name to deploy value: web-server-dev-01 options: ...
0 votes
0 answers
55 views
+50

Convert checkoutSCM from stashblue jenkins to github jenkins

I am trying to convert / equivalent of checkoutSCM in github. BitBucket: checkoutSCM repo: test-pattern', gitInstance: 'stashblue', branch: "origin/pull-requests/${PULL_REQUEST_ID}/from", ...
7 votes
0 answers
543 views
+50

Defining one-to-one dependencies between multiple parallel matrix jobs in gitlab

In a gitlab pipeline, I can specify a job like: build: parallel: matrix: - architecture: [x86_64, arm] operating_system: [linux, macos] And that will create 4 separate jobs that ...

Learn something new
These are the most recent articles in CI/CD Collective
2 votes
127 views
1 minute read
Knowledge article

Publishing JUnit to Azure Test Plan with PowerShell Module

My current challenge revolves around Azure Test Plan's robust test management features, which unfortunately do not include built-in support for importing JUnit test results. This poses an obstacle for ...
Rey's user avatar
  • 29
7 votes
423 views
9 minute read
Knowledge article

Protect the repository hosting your GitHub Action

Cover photo used under Creative Commons It comes as no surprise that the tags and branches solution to version GitHub Actions is weak at best. There have been rumors of Actions moving to a different ...
jessehouwing's user avatar
2 votes
226 views
6 minute read
How-to guide

Publish Azure DevOps Extensions using Azure Workload Identity

As you may know, I maintain several Azure DevOps Extensions. To publish them I use the Azure DevOps extension tasks (if you need help configuring a basic CI/CD pipeline for an Azure DevOps Extension, ...
jessehouwing's user avatar
5 votes
11k views
5 minute read
Knowledge article

GitHub Actions & AWS ECS CI/CD Enterprise Design

Designing CI/CD Workflows in Enterprise Repositories with GitHub Actions & ECS This knowledge article is supposed to provide the appropriate design of the CI/CD workflows in enterprise level scale,...
Hubert Bratek's user avatar