build-pipeline

Azure pipelines encountered error(s) while parsing pipeline YAML (Unique Job Name)

对着背影说爱祢 提交于 2021-02-11 12:33:07
问题 In my azure devops project, I have created a pipeline using template. This is the main yaml files for my build pipeline name: Test-$(Date:yyyyMMdd)$(Rev:.r) resources: repositories: - repository: api type: git name: porject/api ref: master - repository: front type: git name: project/front ref: master - repository: strapi type: git name: project/strapi ref: master trigger: branches: include: - master pool: vmImage: 'ubuntu-latest' workspace: clean: all variables: - name: workingDir value:

Configure EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE in build pipeline to fetch iOS On-Demand resources from static server

只愿长相守 提交于 2020-05-04 10:46:38
问题 When I archive my iOS App for testing purposes I need to configure it to fetch On-Demand resources from a web server instead of Apple servers. For local development, during the Archive steps in Xcode, I simply choose "Host on Server" instead of "Embed in App" and enter the URL of the webserver where the ODR bundles are hosted. How can I configure that setting programmatically in a build pipeline though? I did read that I need to set EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE to false and add the URL

Configure EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE in build pipeline to fetch iOS On-Demand resources from static server

╄→尐↘猪︶ㄣ 提交于 2020-05-04 10:46:19
问题 When I archive my iOS App for testing purposes I need to configure it to fetch On-Demand resources from a web server instead of Apple servers. For local development, during the Archive steps in Xcode, I simply choose "Host on Server" instead of "Embed in App" and enter the URL of the webserver where the ODR bundles are hosted. How can I configure that setting programmatically in a build pipeline though? I did read that I need to set EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE to false and add the URL

How to setup DevOps build for creat-react-app project with different environment vars depending on built branch?

我是研究僧i 提交于 2019-12-24 08:36:25
问题 We have a create-react-app project that gets some build parameters from the environment (e.g. Auth0 config), meaning that these environment variables affect the react build. We're working on an Azure DevOps build pipeline for this project, and while it's straighforward to define the variables on the pipeline's variables page, it's not obvious how to set them differently depending on which branch is being built. For example, we'd like the dev branch to build using or development tenant in

Can Jenkins handle an gui/non-gui interactive python or java program?

走远了吗. 提交于 2019-12-24 01:09:15
问题 I want to create a build pipeline, and developers need to set up a few things into a properties file which gets populated using a front end GUI. I tried running sample CLI interactive script using python that just asked for a name and prints it out afterwards, but Jenkins just waited for ages then hanged. I see that it asked for the input, but there was no way for the user to input the data. EDIT : Currently running Jenkins as a service..Or is there a good plugin anyone recommends or is it

IBM DevOps Pipeline: How to Access Artifacts from Previous Job?

不打扰是莪最后的温柔 提交于 2019-12-11 03:15:21
问题 I have a build stage as shown below with two build jobs, a frontend and a backend job. How do I directly access the Build Archive Directory of the frontend job from the backend job's build script? I need to access the frontend build artifacts in order to properly build the final archive. And I can see all the artifacts show up in the Artifacts tab for the frontend build. But how do I access that from the second job, i.e. backend build? I saw here that there is an Environment variable to