Devops Questions
Ad
Azure DevOps Conditional for Multiple values
I have been following
Difference in Git Repositories in Azure DevOps
I have two git repositories in a project in azure devops. why do they display differently? one has a red icon, the other a black icon. what is the
Is there an equivalent Azure DevOps Git REST API operation to 'git log --follow -- <File name>'?
I'm trying to get the first commit of a given git item using the get-commits api endpoint:
Why is an unchanged file appearing in my pull request?
I am working on an entity framework core project, where one of the files is the dbcontextsnapshot in my latest pr (to dev
How to Download/Upload Files from Azure Blob using Python in Spyder/Anaconda
I am new to azure. i created a blob storage today. i am trying to run some python code that i found online, to download files fro this blob
Start Node server and run test in CICD
I am currently trying to deploy some tests to azure pipelines (but this should apply to any cicd framework) i have an express project, and
Use git credential manager to fetch azure devops api instead of personal access token
I am trying to fetch git azure devops api to get information about repositories and branches in js. in order to achieve that, i made a
Azure DevOps self hosted agent reports wrong version for NPM
We have updated node to version 10.16.3 and npm to version 6.11.3 (all the latest at this time) on our windows based self hosted agent.
How to run node.js file from azure-pipeline.yml?
I have an azure ci/cd pipeline set up running scripts among other things from the azure-pipelines.yml file. i am trying to run the following
Share version information in Azure DevOps
I've written a small android application using xamarin android. as the title suggests, i'm using azure devops as ci and release pipeline. the
Ad
Nuxt.js app error when starting on Azure web apps
I'm trying to run a nuxt.js application on azure. when i deploy the application (successfully) using azure devops ci/cd to azure web apps, the
docker python how to echo into a file
I am using python3 with docker-py in order to run dockers and perform some operations. i am creating a container, and would like to echo
Flutter App Showing Grey Screen when internet is off(in debug apk)
My flutter app (on installing the build apk) is showing this grey screen when fetching data from api and i have assigned some different widget
How to separate approvals of multiple jobs
I have a release pipeline that consists of two jobs, for qa and production. each job has a corresponding environment: jobs: -
How to deploy a react app to mutiple environments without multiple builds?
I'm setting up a ci/cd pipeline using azure devops to automatically deploy a react application to multiple environments. as i understood things,
Cannot find module '../lib/tsc.js' when releasing typescript application to azure
I'm trying to release a typescript application to a azure app service running on linux. i'm doing this using azure devops. i've setup a build and
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable" Laravel on Azure
I have deployed my laravel app on azure web app when trying to access long url i get this error the resource you are looking for has
Manage the same file across multiple apps
I have four or five small web apps that i build and maintain for a small group at work. for the most part, they have the same layout and file
Signing iOS application for internal deployment with Push Notifcations
We have an ios application which we create using xamarin. we are starting to use apple push notification services and i have updated our
Run node shebang script from an Azure Pipeline step
Is it possible to call a node shebang script from an azure pipeline step? i have a node shebang along these lines but i do not know what
How to add a new tab in Azure DevOps build result to show HTML content?
I need to display html content in a new tab in the build summary of an azure devops pipeline. the html file is generated from a task of the
Ad
Unable to determine Identity
When i use this build task on hosted macos in azure devops, i'm getting some errors that are causing the build to fail at various steps.
Pull only one folder from get repository Git from Azure Pipelines
I'm working on git. my environment is azure devops. i have a vsts build agent. i'm trying to pull only one folder from my repo on to the build
How can I use nginx for load balancer -simple node.js with docker compose?
I am googling and trying to use nginx for simple node.js application with docker compose. but when i look at localhost:8081 my request returned me
TFS server error (from Azure DevOps Extension) : Use of const in strict mode
I have azure devops extension which works fine in azure devops and many tfs versions.however when i perform test in one of random tfs server (tfs
Transfer the license agreements from my workstation to Azure Pipeline agent
I am using azure pipeline in order to execute ci on my android projects. since yesterday, the ci failed to build apps with the following message
Run Two Laravel applications with docker on same server pointing to subdomain
How do i run two laravel docker apps on the same server using one container per app and point to two domains? both apps are on the same
Jenkins Flutter permission denied
I'm trying to set up a jenkins pipeline on a flutter project, i've configured the flutter sdk inside an ec2 instance, however, i get the following
Jenkins Flutter command not found
I'm trying to use jenkins with my flutter project, however, when i build the project i get the following error flutter command not
Node Cipheriv Warning in Azure DevOps Extension - Release Task
I am working on a project to develop an azure devops release task extension. recently, i am getting this warning message printed multiple times in
Boto3 and S3: For loop finishing after iterating through only 6 out of 200 S3 buckets in the list
I'm trying to list and log all the s3 buckets publicaccessblockconfiguration in a list. the thing is, the loop finishes and prints 'no public
Azure DevOps pipeline with Flutter Drive test framwork and AppCenter device sets
We have an azure devops build pipeline that setup to create and deploy a flutter mobile cross-platform app to microsoft appcenter. we use the
Ad
How can I create a Docker image to run both Python and R?
I want to containerise a pipeline of code that was predominantly developed in python but has a dependency on a model that was trained in r. there
How to add Test Case into TFS via REST
I'm implementing lib to export/synchronize test cases into tfs automaticaly during test run. one of my requirements is that i need to use nodejs
How to setup DevOps build for creat-react-app project with different environment vars depending on built branch?
We have a create-react-app project that gets some build parameters from the environment (e.g. auth0 config), meaning that these environment
Azure DevOps WebExtension use WebWorker
I want to use a
Import error when using netmiko with django : No module named '_cffi_backend'
Netmiko works fine when i execute below script file (test.py) from the linux cli #!/var/www/html/devopsenv/bin/python
Can variables in Azure Pipelines be used in NodeJS code?
Can variables in azure pipelines (build/release) be used in nodejs code? if not, can variables set in webapp be used in nodejs code as
Referencing instances of a resource using for_each
I am creating a blue/green deployment for a service bus namespace. i'm using one local variable to define if the service bus is
How to export environment variable on remote host with GitlabCI
I'm using gitlabci to deploy my laravel applications. i'm wondering how should i manage the .env file. as far as i've understood i
Flutter How To Ensure a Function is Called Whenever App Hot Reloads in Android Studio?
I have a flutter app that relies on a correct server url being set based on the environment it is running in. however, my function seems to not be
Strange Build error in Azure Devops while using flutter
I used this guide
AWS ElasticBeanstalk Node deployment Failed to run npm install. Snapshot logs for more details
I am trying to deploy a node express, react application on aws's elasticbeanstalk. but the application deployment fails during the npm install on
Ad
Error: No matching files were found with search pattern: D:\a\1\s\**\*.apk
I have react-native application in windows 10 which works great in my development machine, it can release signed
How to replace %PUBLIC_URL% in react app on an azure website
I have a react app that works perfectly fine locally, when i deploy it to azure, i have a few 404 errors, on the index.html all of them
OperationalError : FATAL: no pg_hba.conf entry for host "127.0.0.1", user "fibzadmin", database "fibz", SSL off
I have been struggling with this issue for a few days now. i have read numerous other so threads and it seems like my django app is having
Azure App Service Deploy does not deploy web app successfully
I am a newbie to react i created a node app service in the azure portal using the node js empty web app starter web app. when i
Flutter AzureDevOps Setup
I am a new flutter developer. i would like to find out whether i am able to use azure devops with flutter? how do i set it up, so i am able to
How to make the sum of all completed time in the task at feature leavel in Azure DevOps
I need to calculate effort for each feature in my backlog. every sprint or iteration i must make the sum of all completed work time of the
Unable to download folder as zip via TFS 2015 RestFul Apis
This is a follow up question related to :
Can't upload image (binary) using Azure DevOps Rest API
I am using javascript (jquery) to do a post to azure devops rest api to upload a simple image. but, i can't manage to get it working.
Terraform- read list of objects from yaml file
I want to read a list of objects from a yaml file via terraform code and map it to a local variable. also i need search an object with a key and
Angular app on azure app service - 404 errors when loading config file from assets folder
I am trying to deploy an angular 6 app on azure app service platform (windows machine). the app itself is just a new angular app (basic code
Ad
VSTS CopyFiles task produces error 'Could not write to dest file (code=EPERM)'
I have vsts agent running as a service under the 'network service' account. when i attempt to use "copy files task" the task sometimes
How to use private packages in Azure Pipelines During CI/CD builds
I am using azure ci/cd pipelines for flutter build. in my pubspec yaml file, i have dependencies that are private to my project and the code is
How to create a react build pipeline in vsts with yarn. Couldn't find a package.json
I have a react project, and locally i use just yarn install, yarn build and yarn start to test it at
Builing Xamarin iOS in Azdo Pipeline for iOS 15
We are currently building our xamarin forms project locally with a mac build machine using xcode 12.5 and our ios devices are running a max
Laravel session cache on server (configuration bug)
I had this weird problem with sessions in laravel and couldn't find the solution anywhere. i finally figured it out and i thought that i would
Laravel Vapor: Unable to find your project's dependencies
I am trying to deploy my change via laravel vapor and it's telling me:
Laravel Forge Scheduler - Run Command
When using laravel forge's scheduler, you can trigger all the cronjob by e.g. running: php /home/forge/default/artisan
How to Patch a test result on Azure Devops through the API
I'm trying to update the results for a testcase on azure devops through the api using axios, but at the end of my request i get this error
VSTS REST API - GIT - Does Branch Exist?
How can i tell if a branch exists in my vsts git repo using the rest api? i see there's a ref endpoint, and i can filter the query for
How to tag a vats build based on the git's branch name?
I'm using visual studio team service for ci/cd i like to add a tag to te builds based on the git's branch name if ( branch name is like
Azure DevOps - Package feed
I have created a package feed in azure devops. everything was working until pip version 22.0 was released. now when i try to install
Ad
VS2017 Git fails to clone with Proxy CONNECT aborted error
Trying to clone a repo from git under vsts in visual studio 2017 but get the following error: git failed with a fatal error.
VSTS Deploy with git push to a remote repository
I'm currently working with vsts to host a git repository containing a wordpress site. i want to push this repository to a remote (wpengine) using
Dependent builds in VSTS
I have a vsts git repository, all ui, services, code is in the same repository. successful build produces the installer (.msi) to install the
Use multiple SSH keys with VSTS
I am trying to figure out how to use multiple ssh keys with vsts. i have two different vsts accounts and an ssh key associated with each. as long
Commit a file to Git during continuous integration/continuous delivery process in VSTS using VSTS API
We have multiple release environments configured in vsts which use different databases. each database in these environments contain specific
Getting a '403 Forbidden' when calling the Pull Request API on VSTS
For other apis that i'm calling (including analytics), it all seems to work fine, but when i try to make any pull request queries, i get a
Terminology: What "environment" is Team Foundation Server in?
I am starting to learn about devops -- tfs (team foundation server) in particular -- and want to make sure i have the correct understanding of
Merging one branch to another through VSTS API
Is there a way to merge one branch to another using the api? i had a look here, but it doesn't seem to offer me a solution to what i want
VSTS Git-credentials not longer working for external tools?
Since the last 3 days i experience problems when connecting with externals tools to git repos on vsts. i use gitkraken and i always had to
Use VSTS node api to query for all commits in a particular branch
I've been using the vsts-node-api with some degree of
Is there a way in VSTS to disable a git repository?
I created a new project and imported the code from a different project's git repo, i now want to disable the old repo, in other words:not allow
Ad
Is there an API call to get VSTS work item given its branch name
I have a powershell script as part of my vsts build definition. in here, i have access to the branch name that triggered the build. each
VSTS and Git: Why does squashing my DEV branch while merging to master says that DEV is both behind and ahead of master?
I'm hoping someone can help me with this as i'm scratching my head to understand what is going on, and if it can be rectified. i'm
Git management technique when multiple customers need multiple customization
I'm working on a application project which will be used by many customers, and they may need customization seperately. that is, assume that we
synchronization TFVC with GIT on VSTS
Anyone know a synchronization solution between tfvc on premise (tfs) with git (vsts cloud based)? does it possible to connecting those platform ?
Build Monorepo in VSTS only when package changed
When using a monorepo in vsts, sometimes i only update one package in a commit, not everything. in that case, i only want to run the build for
Fetching directories from another repository in VSTS
I have a ci/cd pipeline which is triggered when there are any changes to repository a. i am trying to fetch and build a directory from a
Microsoft VSTS doesn't build Android project - JavaMaximumHeapSize - works on local machine
I am using private build agent for my builds. (this works on vs appcenter, if you use their machine but it costs and build is slow, or if you use
TFS Token Authentication failing
My authentication with token (and password) is failing for the local tfs. it uses a proxy and has no internet connection. i should use the
Create a repository in VSTS by c#
I found some articles regarding to make a repository on github by command line and github api. but i would like to create a repository in vsts by
Bash: Dynamically create environment variables
We're delivering secrets into our containers via a path, e.g.: /mnt/secrets ...and each subsequent file in that directory is the 'secret'
Export Images with an Azure DevOps Widget
I am building a widget for azure devops to create custom dashboards and export functionalities. till now, everything works fine, till i export a
Ad
[email protected] task fails to pull .net 6 SDk - Azure pipelines
I am trying to build a .net 6 application using [email protected] azure devops task. but the task is failing with below error.
Resolving dependencies from external files
I'm new in azure devops pipeline. i have three c project in azure repos git and i've configured a linux self-hosted agents. the
How to enable -allowProvisioningUpdates in VSTS xcode task?
I am creating an ios app from vsts using xcode task with automatic signing and getting this error: no profiles for 'x' were found: xcode
Background Process Stops after 5 minutes - PHP and WordPress
I am running a wordpress website, which runs cron for very large data. typically the cron runs for 2 to 2:30 hours. but from last 2 days, i
Why are ebextensions are getting ignored
I am running into a problem with laravel & elastic beanstalk. i want to deploy a laravel project to aws eb and have setup some vpc and other
Create a SSH key (or token) with permission on one repository only, with Azure DevOps
I'm working with a azure devops repository, and i have a question but i cannot find any information about if it's possible. i want to have
Az CLI: Cannot run pipeline with runtime parameters
I'm trying to run a pipeline using az cli. i have a simple pipeline: parameters: - name: initials displayname: initials type:
Azure Devops API: Find a Git commit by Sha1 prefix, branch name or tag name?
In a local git installation, i can use "git show" to find a specific commit, given a sha1 hash prefix, a branch name, or a tag name.
Azure DevOps API gives anonymous access error when creating a work item
I have been working on a project to create azure devops work items from a form on a wordpress page. everything works on my local wordpress
File names in remote are different than locally
I have a git repository on azure devops. i have noticed that the file names on the devops portal are different than in my local repository.
Git cloning URL vs Host Url
I am trying to clone a repository using git-bash to my account in a server. there is no access to the internet for this server, except to the the
Ad
Cloning Repositories - Connection Refused
I am trying to clone a repository from vsts. i am trying to do it using powershell, and using a server that has no access to the internet, except
How to browse a remote Git repo on VSTS using Visual Studio 2017?
How do i browse a remote git repository in vsts usinbg visual studio? if i use source control explorer, i get the screen below. if i switch from
Ad
Blog Categories
Ad