Questions tagged [pipeline]
The pipeline tag has no usage guidance.
5
questions
0
votes
1
answer
21
views
Slow apache restart or gracefull when tee is in use
I have this in each virtual hosts in my Apache HTTPD confs:
CustomLog "|$tee -a /www/domainX/logs/apache/acces_log" combined
On servers with more than 100 domains, there is an issue with ...
0
votes
0
answers
36
views
Docker-in-docker/Gitlab-CI Cannot use docker command running on Kubernetes Cluster
From subject my gitlab-ci cannot use docker command. With ERROR: Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running?
This is my gitlab-ci.yml
image: docker:...
0
votes
0
answers
27
views
Error while deploying a cluster on openstack
Error waiting for instance (f6572108-772b-4680-861a-ef3534968616) to become ready: unexpected state 'ERROR', wanted target 'ACTIVE'. last error: %!s()
0
votes
0
answers
206
views
Azure Devops AgentPools to perform this action: Administer Permissions
I Have Azure DevOps on-prem Version Azure DevOps Server 2020 Update 1.1
I have a project collection administrator privilege.
when I try to create a new agent pool or add an agent to the current agent ...
0
votes
0
answers
74
views
Create Salesforce CICD Pipeline Using Azure DevOps
A client has an Azure DevOps subscription and they're looking to use it for automated builds and releases with their Salesforce app they're using. The previous dev team was only using Azure Repos as ...