Questions tagged [build-automation]

Build automation is the act of scripting or automating tasks like compiling, packaging, running tests, deployment etc.

Build automation is the act of scripting or automating a wide variety of tasks that software developers do in their day-to-day activities including things like:

  • Compiling computer source code into binary code
  • Packaging binary code
  • Running tests
  • Deployment to production systems
  • Creating documentation and/or release notes

Advantages

  • Improve product quality
  • Accelerate the compile and link processing
  • Eliminate redundant tasks
  • Minimize "bad builds"
  • Eliminate dependencies on key personnel
  • Have history of builds and releases in order to investigate issues
  • Save time and money - because of the reasons listed above.

See also , and .

1857 questions
0
votes
0 answers

Automated way to create new company in OnPrem SAP B1

I know it is possible to create new company (tenant) in SAP Business One Cloud unattended way (using SLD API), But I did not find any working solution for On-Premise version. Anyone know any method that can be automated besides this manual process…
Laky
  • 373
  • 4
  • 17
0
votes
0 answers

How do update maven dependencies in Jenkins

I have a few jobs in Jenkins - Jobs A,B and C. A - is the version file. In the pom.xml there are versions for all the files. B & C - other projects. In jenkins they are set up as a dependency for A. So after A is built B and C will be built. **A set…
0
votes
0 answers

Build automation - Error while running automatic build for D365F&O project using azure devops pipeline -

I have setup azure devops and trying to run automatic build through nuget package. while tunning the build step, it is throwing error MSBUILD : error MSB1009: Project file does not exist Here is the structure of my repos Here is the…
0
votes
1 answer

crossplane automation tools for resource lifecycle operations

We are looking for an open-source tool that we can use to create/update/delete cloud resources using cross-plane. we should use cross-plane managed resources to poll services status and complete the automation lifecycle. we can achieve this by…
Shubham Jain
  • 16,610
  • 15
  • 78
  • 125
0
votes
1 answer

Unable to delete all the records from table but its deleting only one record using selenium java

Trying to delete remove button after adding the products used for loop to delete the records one by one before signout the testcase But its deleting only one record ,i would like to delete the records until its reach to table count zero `…
0
votes
1 answer

Update test cases under TestComplete

how to correct his error: The performance counter 'DefaultCounter' has not been started yet. See Details for additional information. 11:24:23 Normal 0,20: script line(code javacript)…
0
votes
0 answers

Can we convert selenium scripts into json files and automate this task?

I want to know if multiple selenium scripts can be converted into json files respectively, using a Java engine if we create it? And if yes is it worth working on the engine? The purpose is to convert those json files into feature files.
0
votes
1 answer

Release pipeline for multiple build yaml

I'm new to tge release pipeline concept in Azure DevOps, we have four environments(Dev,QA,UAT,Prod) and the idea is once code changes are done then we need to trigger the dev stage manually and once it successfully runs then the code will…
0
votes
1 answer

Power Automate: run a query against a dataset, check conditions, send unique e-mail with personalized data

my goal is to run a query against a dataset, send email to unique recipients with personalized data. Here is my first half of the flow: PARSE JSON is step so I can select e-mail column from my dataset (can not select directly from run a query…
0
votes
0 answers

Delete duplicate files from a folder inside zip file comparing it with a jar inside the same zip

We have a jenkins build where we noticed a few hundred class files are being packaged at two different locations. We would like to remove it from one of the location to avoid duplication. Below is the code I have written but its not deleting…
0
votes
1 answer

Automatically download and save tableau packaged workbook offline after refresh

I have a workbook on Tableau Server, which is scheduled to refresh daily. Most users subscribe to a view, which they receive automatically on email once the workbook is refreshed. However, some users do not have access to Tableau Server, only…
0
votes
0 answers

Value of the measure fields changed values when using a calculated column as filter

I have one date column and one Rawfield and three calculated measures. The new measure fields had correct values if I listed all date in the table. It is also correct if I manually use the basic filtering to select the desired date (Q4 for every…
0
votes
1 answer

Automation Jira Ticketing

I want to make project jira local ticketing as automation. so if i want close the ticket, how to create automation with template? because currently we do manual closing with fill rootcause, solution and comment.. Thankyou can do automation closing…
0
votes
0 answers

Copy range of cells and charts from different tabs and paste into powerpoint

I have a macro where I wanted to use referenced cells for the name of the tab and the range and chart name and telling it to paste into specific slide numbers. I keep getting errors because I'm not familiar with VBA and I've been trying to put…
SLopez4
  • 1
  • 1
0
votes
1 answer

Hudson/Jenkins: Start task simultaneously on multiple slave machines

If I have a task (a script) that needs to start on n number of machines at the same time (with some tolerance: ~10 minutes), how do I go about setting this up in Hudson or Jenkins?
publicRavi
  • 2,657
  • 8
  • 28
  • 34