Questions tagged [build-pipeline]

161 questions
0
votes
1 answer

Azure DevOps fails with error /usr/share/dotnet/sdk/2.2.105/NuGet.targets(499,5): error : Could not find a part of the path '/tmp/NuGetScratch

I am Developing an Azure Function solution where I have 2 class library and one Azure Function projects. I have already setup the Azure DevOps build and release pipelines. With my recent changes I am getting an error as…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140
0
votes
1 answer

Unable to export the build pipeline which is created by YAML on Azure DevOps

I created a build pipeline on Azure DevOps by using YAML syntax. Now, I would like to export that build pipeline, but the button "Export" the build is unable to click. Does the build pipeline is create by YAML can export to JSON? Thanks kindly.
0
votes
1 answer

Azure DevOps with self-hosted Ubuntu machine: docker fails

I created an Azure DevOps agents based on the Ubuntu image that can be found here: https://github.com/Microsoft/azure-pipelines-image-generation After I deployed the machine and installed the agent (see…
0
votes
1 answer

Jenkins for C# Projects and Artefacts

after my last question about artefacts in an C# project, i´am using Nuget for my DLL´s, but with no "Snapshot" like system i use in Maven. Are there any projects or tutorials about building an Build Pipeline with Jenkins as the Buildsystem and…
Lord_Pinhead
  • 127
  • 1
  • 10
0
votes
1 answer

IBM Bluemix DevOps pipeline - Is there an environment variable to retrieve the current stage id

Having a look at the comments at the bottom of this post, it seems that it is possible to use curl to download the artifacts produced by a build job. Indeed, I could successfully grab the output of a build job by calling a url like:…
0
votes
1 answer

How to promote non maven artifacts in Nexus?

I have a non maven project whose binaries get deployed to Nexus. I used gradle's maven plugin to create the artifacts and publish it to Nexus Now, the trouble is how do I promote this artifacts to release in Nexus? I tried looking up the M2 release…
pg17
  • 41
  • 1
  • 2
-1
votes
4 answers

Run Git Commands as Azure devops Agent task

Can any one help me how to run git command in my build pipeline. I want to merge my dev branch in to staging branch before start build the solution to deployment. I have add command line task and run git commands but its not giving any result from…
CodeMind
  • 616
  • 1
  • 7
  • 19
-1
votes
1 answer

Azure Devops - Unit test methods of type [DataTestMethod] not executed in YAML builds

While running unit tests as part of Azure CI pipeline (YAML) task: DotNetCoreCLI@2 displayName: Run Test Processor inputs: command: 'test' Test methods [DataTestMethod] are not executed. But [TestMethod] is working fine.
Anish
  • 103
  • 2
  • 5
-1
votes
2 answers

Connecting Build pipeline in AzureDevOps to newly created repos with certain prefix Automatically

I have a created a build pipeline in Azure DevOps and it is connected to one repo that I have in my Github. However, I want to connect/clone this build pipeline into any newly created repo in my github with a certain prefix in its name, like the…
MSOUFAN
  • 101
  • 2
  • 12
-2
votes
1 answer

How can I simply attach specific files to a Maven build?

If I just run the Maven goal deploy:deploy this will result in an error. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-cli) on project [...]: The packaging for this project did not assign a file to…
carl-m
  • 1
  • 1
-2
votes
1 answer

How to configure external Nuget source ( Packages ) in Azure DevOps build pipe line

I have used my own nuget package in my solution for this we added package source to nuget package manager to my solution. From visual studio my solution in perfectly building and working as we excepted. When we try to create a build pipe line , we…
1 2 3
10
11