google-calendar-import-export

How to Copy Google Calendar OR Move Events from one Calendar to another?

Note:- You can not simply Copy and Paste events from one Calendar to another calendar. You can Export all events from calendar and Import to the new calendar. Steps are…

Read more »

Copy a files from jenkins server to jenkins node/slave using pipeline plugins

Workarond 1 – Try to use stash/unstash, but it is bad for large files. [code]node(‘master’) {dir(‘/path/on/master/1’) {stash ‘master-stuff’}}node(‘slave’) {dir(‘/path/on/slave/1’) {unstash ‘master-stuff’}dir(‘/path/on/slave/2’) {stash ‘slave-stuff’}}node(‘master’) {dir(‘/path/on/master/2’) {unstash ‘slave-stuff’}} [/code] Read more about…

Read more »
p4-duplicate-command

Use of p4 duplicate command | P4 Command Guide

Use of p4 duplicate command Problem Area is – Is there any possibility to rename branch name? as directory rename is possible? Solution is – p4 duplicate command What the…

Read more »
copy-vss-project-from-one-vss-database-to-another-one-without-loosing-history

How to copy VSS project from one VSS database to another one without loosing history

If you have any of the following questions in your mind, then this article is the perfect destination for you. How to copy VSS project from one VSS database to…

Read more »
issues-in-apache-ant

How to Resolve Apache Ant Copy and Include Issues – Ant Guide

Question: Why Copy in ant is not working if I am putting includes separately? Ant version: Apache Ant version 1.5.4 compiled on January 8 2005. Program 1 is not working…

Read more »

Copy and Include Issues in Apache Ant | Ant Troubleshooting Guide

Question: Why Copy in ant is not working if I am putting includes separately? Ant version: Apache Ant version 1.5.4 compiled on January 8 2005. Program 1 is not working…

Read more »