The Aras Innovator software is used for product lifecycle management (PLM), advanced product quality planning (APQP), lean product development, and new product introduction (NPI). Aras switched to an open source model in 2007, where clients obtain the software for free, and Aras Corp provides technical support, software updates, and other consulting as a subscription service.
N/A
GoCD
Score 8.0 out of 10
N/A
GoCD, from ThoughtWorks in Chicago, is an application lifecycle management and development tool.
Aras PLM works for our company, yet I don't have experience with any other software system. The system does not refresh and update quickly. Often times users need to force a refresh or logout and logon to verify changes and updates. The Lock and Unlock feature needs getting used to.
Previously, our team used Jenkins. However, since it's a shared deployment resource we don't have admin access. We tried GoCD as it's open source and we really like. We set up our deployment pipeline to run whenever codes are merged to master, run the unit test and revert back if it doesn't pass. Once it's deployed to the staging environment, we can simply do 1-click to deploy the appropriate version to production. We use this to deploy to an on-prem server and also AWS. Some deployment pipelines use custom Powershell script for.Net application, some others use Bash script to execute the docker push and cloud formation template to build elastic beanstalk.
Pipeline-as-Code works really well. All our pipelines are defined in yml files, which are checked into SCM.
The ability to link multiple pipelines together is really cool. Later pipelines can declare a dependency to pick up the build artifacts of earlier ones.
Agents definition is really great. We can define multiple different kinds of environments to best suit our diverse build systems.
Aras PLM uses terms and labels that can be confusing like Subsystem / Subsystem Version, Project Record Number (PRN). Companies need to understand these terms and develop business processes to set user standards.
I personally use Aras PLM to manage information technology project documents. In my opinion, Aras PLM is more geared to product and engineering. I would like to see a general project management Aras PLM version with terms and labels that I am familiar with.
The description field should be made required. Many of our engineers have created records and left that blank because it was not required. This would help with the context or background of each record.
Our company is moving from repositories like IBM Notes, MS Sharepoint, and plain network file share directories to a more controlled system of recordd like Aras PLM.
Our company developed numerous IBM Lotus Notes databases to perform document control. Aras PLM is the better choice to IBM Notes databases and home grown databases.
GoCD is easier to setup, but harder to customize at runtime. There's no way to trigger a pipeline with custom parameters.
Jenkins is more flexible at runtime. You can define multiple user-provided parameters so when user needs to trigger a build, there's a form for him/her to input the parameters.
Settings.xml need to be backed up periodically. It contains all the settings for your pipelines! We accidentally deleted before and we have to restore and re-create several missing pipelines
More straight forward use of API and allows filtering e.g., pull all pipelines triggered after this date