Octopus Deploy – How to handle deployment errors and script failure response.

Each of your scripts will be bootstrapped by the open-source Calamari project to provide access to variables and helper functions. You can see how your scripts are bootstrapped in the…

Read more »

Helix Core Trigger script type Reference Guide

Each line in the trigger table has four fields.   Field Meaning name The user-defined name of the trigger. A run of the same trigger name on contiguous lines is…

Read more »

Helix Core Trigger script variables Reference Guide

Use the following variables in the command field to pass data to a trigger script:   Argument Description Available for type %action% Either null or a string reflecting an action taken to a…

Read more »

How to execute grovvy script remotely on Jenkins server?

A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/. curl example via bash [code] curl -d “script=<your_script_here>” https://jenkins/script # or…

Read more »

Expect script for Windows

vijayakumar.cm created the topic: Expect script for Windows Hi, I’m executing one expect script from windows to do automatic FTP to Unix server. Error msg:- D:\expect>tclsh85 telnet.exp Connecting to 10.118.215.14…

Read more »

Ant script with EMMA code-coverage

scmuser created the topic: Ant script with EMMA code-coverage Ant script with EMMA code-coverage so it can find runtime coverage data? [code language=”css”] <taskdef resource=”emma_ant.properties”> <classpath> <pathelement location=”lib/emma.jar” /> <pathelement…

Read more »

Script for time stamp update.

scmuser created the topic: Script for time stamp update. write a batch Script for time stamp update? sgadmin replied the topic: Re:Script for time stamp update. [code language=”css”] data=data.txt tfile=`cat…

Read more »

Function in vb script

rajani created the topic: function in vb script Develop a function that accepts a string of names separated by comma add those names in an array and display the names…

Read more »

How to read a .properties file through script

rajeshkumar created the topic: How to read a .properties file through script The easy way to do it is to note that a Java properties file has the same format…

Read more »

How to perl script to extract data

mnanjala created the topic: how to perl script to extract data Hi All, Below are the contents in the test.txt file id name adress 1 rajesh pune 2 pravin puttur…

Read more »

tty terminals related script??

scmuser created the topic: tty terminals related script?? Develop script logic that allows only romeo and henry to execute a program, and only from the terminals tty05 and tty06

Read more »

Character validation in shell script?

scmuser created the topic: character validation in shell script? Write shell code to accept a string from the terminal, and echo a suitable message if it does not have at…

Read more »

Make sure script is running using korn shell

scmuser created the topic: Make sure script is running using korn shell If you have developed a script using the Korn shell, how will you make sure the script will…

Read more »

Identical file validation using shell script?

scmuser created the topic: identical file validation using shell script? Device a script that accepts two directory names, bar1 and bar2, and deletes those files in bar2 which are identical…

Read more »

Execute batch script using cygwin

scmuser created the topic: execute batch script using cygwin How to execute batch script using cygwin? any help or any suggestion on this??

Read more »

Shell script that will add two nos, which are supplied as command line

scmjobs created the topic: Shell script that will add two nos, which are supplied as command line How to write shell script that will add two nos, which are supplied…

Read more »

Write Script, using case statement to perform basic math operation

scmjobs created the topic: Write Script, using case statement to perform basic math operation Write Script, using case statement to perform basic math operation as follows + addition – subtraction…

Read more »

Run php script using cronjob / crontab

scmuser created the topic: Run php script using cronjob / crontab How can i Run php script using cronjob / crontab??? Any ideA? rajeshkumar replied the topic: Re: Run php…

Read more »

Shell Bash Scripting: Assignment & Excercise – 17

rajeshkumar created the topic: Shell script that will add two nos How to write shell script that will add two nos, which are supplied as command line argument, and if…

Read more »

Script to find out biggest number from given three nos

rajeshkumar created the topic: Script to find out biggest number from given three nos Write Script to find out biggest number from given three nos. Nos are supplies as command…

Read more »