Results for What is the role of a continuous integration/continuous deployment (CI/CD) pipeline
Imagine I have a set of functions for data processing, for example: procA function(input){ cat('\n Now processing #A') # message just to log pipelin...
I have a Azure Release Pipeline which is used to deploy the non-production data factory template to the production data factory used in a migration. T...
Here is pseudo code for a pipeline definition I have: include: - template: Security/Container-Scanning.gitlab-ci.yml stages: - build - scan -...
Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...
I want to change the colors of the bubbles in the plot ggplot(sum_length, aes(x=vb_width, y=slope, size = length)) + geom_point(alpha=0.5)...
I'm encountering issues with my Flex and Bison integration, specifically related to errors like "stray `\` in program" and "expected ';' before `'{' t...
I'm trying a simple ASP.NET Core 8 web app. Created a /wwwroot/error.html. When requesting /error.html in the browser, it works, no problem at all. Pr...
I want to make an integration Selenium test of my Spring Boot Web application, however I can't figure out how to update the object inside my test clas...
On a MS-hosted Azure pipeline running on ubuntu, within a bash script task, I am setting some pipeline variables that need to be available to another ...
I am currently learning how to perform tests in Laravel. I created an integration test of the Product controller in the ProductController test and tes...
Basically, I need to set a non-continuous cells as a Range. This lines works as it should ws.Range("A2:A5,D2:D5") But, when I used the last row as a...
I am trying to approve stages of a multi-stage yaml pipeline in azure devops but my REST requests to the endpoint detailed here return an error {"$id"...
Having an Azure devops pipeline I'd like to build my project using docker and to provide code coverage results for the devops dashboard. My problem is...
Having an Azure devops pipeline I'd like to build my project using docker and to provide code coverage results for the devops dashboard. My problem is...
I am looking into using ITfoxtec.Identity.Saml2 for integration with NemLog-in. Is there a sample that implements the logging required by NemLog-in an...
Let's say I have a number for example 12345. I want to calculate the sum each of all possible combinations for this number without changing the order ...
I'm using AWS CDK to build a cloudformation stack with HttpApi in it. HttpApi will have an integration with SQS. I have the following snippet: import ...
We have a repository hosted in BitBucket with the build pipelines in Azure DevOps. In the yaml file for the pipeline we have a pr trigger defined. pr:...
With this query: with tbl as ( select 1 ord, 'A' name from dual union all select 2 ord, 'A' name from dual union all select 3 ord, 'A' na...
I'm working with an Azure DevOps Pipeline that's designed to execute a PowerShell script stored in a repository. This script utilizes the "rhubarb-gee...
I have a Function App in a Python v2 programming model, which has a blob_trigger that is supposed to do sth on new blobs being created in a given stor...
I am trying to create a scatterplot with different point sizes for a continuous variable R95p_e. However, I'd like to bin or create breaks for the con...
I am looking for a way to evalute continuous queries with memgraph. My goal is to write an application, that notifies a user as soon as an event occur...
I want to copy the CSV files present in adlsfolder called source to another adls folder called destination through adf pipeline copy activity. 1st a...
I have a simple Jenkins pipeline project that I want to trigger when pushes occur to the master branch only, I have configured the pipeline with the f...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?