New answers tagged pipeline
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
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 ...
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-...
Top 50 recent answers are included
Related Tags
pipeline × 5678python × 1132
scikit-learn × 655
powershell × 419
jenkins × 395
azure × 384
gitlab × 382
gitlab-ci × 333
azure-devops × 327
machine-learning × 220
jenkins-pipeline × 208
azure-pipelines × 184
bash × 182
devops × 176
continuous-integration × 175
mongodb × 157
c# × 150
docker × 146
yaml × 139
azure-data-factory × 130
cicd × 129
python-3.x × 127
shell × 117
java × 116
pipe × 105