fbpx
spk-logo-tm-2023
0%
1-888-310-4540 (main) / 1-888-707-6150 (support) info@spkaa.com
Select Page

DevOps

SPK Develops Dashboard for E*Trade’s Electric Commander

SPK Develops Dashboard for E*Trade’s Electric Commander

Why are dashboards important? In a nutshell, they allow you to visually present information in a way that is meaningful to the reader. They allow the reader to immediately see trends, and more importantly, quickly make decisions or change behavior in order get better...

Electric Commander: Performance Comparison Between ectool and ec-perl

Electric Commander: Performance Comparison Between ectool and ec-perl

Prior to version 5.2, Electric Commander has offered two primary ways to access the API for scripting purposes: ectool and ec-perl. Both allow users to accomplish virtually any task within Commander, but it’s important to note there is a significant performance...

Electric Commander: Transferring Homepage Settings Between Users

Electric Commander: Transferring Homepage Settings Between Users

The Electric Commander homepage allows you to bookmark links and job configurations for easy access. It's easy to add one or two, but if you have a lot of links and you want to share them with other users so that they have the same links as well, its a lot of work to...

Electric Commander: Configuring an Alternate Plugins Directory

Electric Commander: Configuring an Alternate Plugins Directory

Electric Commander, now known as CloudBees CD, allows you to set up an alternate location for your plugins directory. This is a two step process and it's easy to forget the second step. If the second step is not done, the system can appear to still be functioning...

Getting Started with Electric Cloud’s ntest Tool

Getting Started with Electric Cloud’s ntest Tool

Electric Cloud (now known as CloudBees CD) has released an open-source tool called ec-testing for unit testing Electric Commander procedures. In this video below, David Hubbell demonstrates how to download the tool, set it up, and run example test cases....

Improve your build, test and deployment with ElectricCommander

Improve your build, test and deployment with ElectricCommander

Repeatability is a intuitive aspect of daily life. If you throw a ball up, it must come down. If you throw it twenty times, the same thing will happen, up and then down. When repeatability doesn't occur we get anxious. Repeatability is equally an essential quality in...

Why an Automated Development Process Benefits Developers

Why an Automated Development Process Benefits Developers

Automated development, rather than just automated builds, offers a more holistic approach to automating the development process including building, testing and deployment. It is the cornerstone of Continuous Integration (CI). CI uses a model of small incremental...

A Brief History of Automated Builds

A Brief History of Automated Builds

Almost every programming book starts with an example of a small program which can be compiled from the command line using a simple call to the compiler with maybe a few flags. Known as “Hello World”, the few lines of code needed to output the text is almost universal....