Skip to main content

New answers tagged

Advice
0 votes
0 replies
0 views

How to delete a pipeline in Azure DevOps?

as this is rather an SAP specific issue, please follow the Q&A here https://sap.stackenterprise.co/questions/90037
user32508824's user avatar
0 votes

How to create an output json file from Foundry Pipeline Builder?

you have to transform the data first into json, then write the output as json in transform you can first create struct column ()and then convert it into Json string these are build in functions ...
Ahmed Sunny's user avatar
  • 2,243
0 votes

How to perform docker image release with maven

If its a spring boot application its trivial. build and push: mvn spring-boot:build-image \ -Dspring-boot.build-image.imageName=your-registry.io/your-username/your-app:tag \ -Dspring-boot.build-...
Jason's user avatar
  • 645

Top 50 recent answers are included