This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$PowershellScript = | |
@{ | |
commandId = "RunPowerShellScript" | |
script = | |
@( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Pro:~ rajindersingh$ docker run --name jenkins2 -e "JENKINS_PLUGINS=gitlab-plugin hipchat:2.1.1 swarm azure-ad:0.2.0 " -p 8090:8080 blacklabelops/jenkins:latest | |
+ set -o errexit | |
+++ dirname /home/jenkins/docker-entrypoint.sh | |
++ cd /home/jenkins | |
++ pwd | |
+ readonly CUR_DIR=/home/jenkins | |
+ CUR_DIR=/home/jenkins | |
+ source /home/jenkins/clicreation.sh | |
++ PARAMETER_TOKEN='"$@"' | |
++ ENVIRONMENT_VARIABLE_TOKEN='${JENKINS_CLI_URL}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
The script get the private IP addresses for each Vm in a virtual machine scale set. | |
.DESCRIPTION | |
The script get the private IP addresses for each Vm in a virtual machine scale set. | |
This is the resource group name for VMSS. |