Horje
powershell global variable Code Example
powershell global variable
$ts = get-date -Format "yyyy.MM.dd.HH:mm.ss";
$ts = $ts -replace ":", ".";
set-variable -Name "BuildTimeStamp" -Value $ts -scope Global;




Shell

Related
grid install github Code Example grid install github Code Example
import ovpn file ubuntu Code Example import ovpn file ubuntu Code Example
job('DSL-Tutorial-1-Test') { scm { git('git://github.com/quidryan/aws-sdk-test.git') } triggers { scm('H/15 * * * *') } steps { maven('-e clean test') } } Code Example job('DSL-Tutorial-1-Test') { scm { git('git://github.com/quidryan/aws-sdk-test.git') } triggers { scm('H/15 * * * *') } steps { maven('-e clean test') } } Code Example
expo init Code Example expo init Code Example
upload directory ssh to remote rsync Code Example upload directory ssh to remote rsync Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10