Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

I created a JS client-extension for Liferay 7.4 (U60). Everything works fine on my local environment, but after deploying to our Dev environment through a Jenkins pipeline, I’m getting 404 Not Found ...
Rithik Nirwan's user avatar
-2 votes
0 answers
68 views

I would need how to create the yaml to deploy the stack making sure it has alll these libraries and that it uses these ports Libraries: 1.1- openxlsx 1.2- xml2 1.3- rdflib 1.4- jsonld 1.5- jsonlite 1....
Rodrigo Gómez López's user avatar
1 vote
1 answer
85 views

I'm using ROS2 for a project. I'm stuck in interpreting the following parameter: my_node: category_sector_mapping: Plastic: 0 Paper: 1 Glass: 2 Aluminium: 2 Organic: 2 ...
Vincenzo Di Napoli's user avatar
0 votes
1 answer
121 views

I got this shortened yaml configuration file: apiconfiguration: apiList: - queryParameters: - something This is my Java class: @Getter @Setter public class ApiConfig { ...
J. Doe's user avatar
  • 13.5k
-1 votes
1 answer
45 views

I'm doing Infrastructure as Code for a project and it involves setting up the Azure infrastructure via Github workflow. What i do in my composite is: Create a resource group Build bicep files Run &...
Carius's user avatar
  • 1
-1 votes
1 answer
42 views

I'm currently working with Apache Airflow and trying to configure retries for my DAG tasks using the retry_delay (or retry_delay_sec) parameter in a YAML-based DAG definition. However, I'm running ...
Lucas Lino's user avatar
1 vote
1 answer
90 views

I´ve created a schema in DAB with this code in my yml file. resources: schemas: my_schema: name: my_schema_name catalog_name: my_catalog The schema is created ...
Siggerud's user avatar
1 vote
1 answer
93 views

I have a simple yaml pipeline that calls a template analyze-and-deploy.yml. I concatenate ${{ parameters.Environment }}_USERNAME to create a username parameter dynamically and pass it when calling ...
DevOps-AS's user avatar
0 votes
0 answers
83 views

When I convert my JSON file to YAML, i want any unicode chars to be part of the content and not escaped with backslash and quotes. Example: This is my file.json What can I do in order to make YQ not ...
Esben von Buchwald's user avatar
0 votes
0 answers
43 views

I checked some netizens' errors. Currently I've tried change Triggers>YAML>Insert something to "Default agent pool for YAML" But seems "Unable to load the pipeline's stages" ...
JasonShih's user avatar
0 votes
0 answers
27 views

IntelliJ 2024.3.3 (Ultimate Edition) shows numerous errors for yaml code in a GitHub workflow such as this (excerpt): jobs: setup: runs-on: 'ubuntu-latest' name: Setup env: ...
Gorgsenegger's user avatar
  • 7,928
2 votes
1 answer
88 views

Let's assume the following YAML file: --- apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: Bucket metadata: name: kratix namespace: flux-system spec: interval: 10s provider: generic ...
Joseph Gagnon's user avatar
0 votes
0 answers
26 views

I want to use the class defined in yaml file to get a method associated with it. Intuitively, it's something like - !apply: !ref <class.method> But since input to apply is a callable string, ...
Mins's user avatar
  • 109
0 votes
0 answers
55 views

I am having difficulty in achieving a requirement. I need to determine the Agent pool based on Build.Reason. If the reason is PullRequest, I need to assign the value of agent pool using value of a ...
CeeGeeYes's user avatar
0 votes
0 answers
86 views

I have a GitLab pipeline in which I need to import a GPG key from a variable and sign with it. Signing fails because the key is not trusted. YAML attached. Some remarks: Masking variables does not ...
user149408's user avatar
  • 6,269
1 vote
2 answers
88 views

need to get all the nested keys from a yaml file using mikefarah/yq(installed v4.25.1) tried the below 2 this gives only the parent level keys not the child keys under it yq eval 'keys' "...
Sumanth's user avatar
  • 189
4 votes
1 answer
129 views

In the past, I have had to set the proxyName and proxyPort (along with scheme and secure) so that when Okta Saml SSO assertions are made/validated the correct domain values are used (since my app is ...
B-Wieg's user avatar
  • 293
1 vote
0 answers
70 views

I've tried to use kotlinx.serialization with the third party Yaml plugin from @charleskorn. In the past I already did something with Python using pyyaml, where I explicitly set a custom yaml_tag for ...
9Lukas5's user avatar
  • 91
0 votes
0 answers
34 views

I have two yml files Common.yml and application.yml Both under same folder I have certain schemas like sortOrder that are defined in common schema And using $ref it is referred in application.yaml ...
JayakumarSivasankar's user avatar
-1 votes
1 answer
64 views

I write a GitLab CI YAML. This: test: script: - echo 'hello: world' Fails with the error: "This GitLab CI configuration is invalid: jobs:test:script config should be a string or a nested ...
obe's user avatar
  • 7,844
0 votes
1 answer
107 views

I have a yaml file looks like part1: name: tom some_field: true part2: name: jerry other_field: true and I would like to change the value of all keys that end with field into false, that is, ...
xis's user avatar
  • 24.9k
0 votes
1 answer
74 views

I’m automating small edits to YAML files (and opening PRs), but I need only the lines I intentionally changed to appear in the diff—yet ruamel.yaml still rewrites lines I never touched. For example, ...
Kartoffel's user avatar
1 vote
2 answers
47 views

I’m facing an issue with my GitHub Actions CI/CD setup for deploying a web app to Firebase Hosting. I’ve set up three workflows: Pull Request Workflow: Validates code on PR creation. Build Workflow: ...
Tabrez Dal's user avatar
0 votes
0 answers
153 views

I have a module failure with a very simple playbook, I always have this error of bas escape I can't send any config with the module I'm trying to send it on 2 Huawei CE6885-48YS8CQ and I'm on Ubuntu ...
BeowolfK's user avatar
0 votes
0 answers
33 views

I am having to use nunjucks to template some YAML and having an issue getting the indenting correct after an endif Here is an excerpt of the YAML and the issue metadata: annotations: {% if ...
apr_1985's user avatar
  • 1,982

1
2 3 4 5
318