Skip to main content
ptiwa.1
Associate
June 10, 2020
Question

running headless-build.bat in azure devops using a build agent

  • June 10, 2020
  • 2 replies
  • 1976 views

hi,

i am trying to run this headless-build batch file in azure devops as CI pipeline set up (my agent is local build agent)

i am facing error - project name not found

please check my below syntax and help me

cd C:\ST\STM32CubeIDE_1.3.0\STM32CubeIDE

call .\headless-build.bat -project KoolKey_2.0 -workspace C:/myworkspace -build -console

above 2 lines of code i have as Compile.bat file and running this in azure devops

below error i am getting

This topic has been closed for replies.

2 replies

ptiwa.1
ptiwa.1Author
Associate
June 10, 2020

Error message attached

Fabster
Associate
September 6, 2021

Hey

Maybe that doesn't help in your specific case, but i saw your thread when searching for existing docker images to build STM32 projects in Azure DevOps and it may help somebody. Since i didn't found any working solution for my case, i built a docker image with the complete STM32CubeIDE in it. You can find it here with some working yaml examples for Azure DevOps.