skip to Main Content

Ubuntu – The Yaml is not validating If condition: /azure-pipelines.yml (Line: 64, Col: 13): Expected at least one key-value pair in the mappin

name: $(Version.Major).$(Version.Minor).$(Version.Semantic) trigger: branches: include: - master - feature/* - bug/* parameters: - name: host type: string default: IPC_T1_MSG values: - IPC_T1_MSG - IPC_A1_MSG - IPC_T4TC_MSG - name: checkserver displayName: To check the server if it Tomcat type: boolean variables:…

VIEW QUESTION

Docker not found in Gitlab CI

am trying to follow this link to deploy using Gitlab CI and CDK my .gitlab-ci.yml looks like below ... image: node:18-alpine cache: paths: - cdk/node_modules/ stages: - build - deploy build: stage: build script: - cd cdk - npm install…

VIEW QUESTION
Back To Top
Search