fixed mkdir and variables
This commit is contained in:
parent
dcb90b4eea
commit
d67bf80b16
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@
|
||||||
@rem limitations under the License.
|
@rem limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
JENKINS_SERVER=10.43.247.173
|
set JENKINS_SERVER=10.43.247.173
|
||||||
AGENT_ROOT=${WORKSPACE}\agent
|
set AGENT_ROOT=C:\ws\agent
|
||||||
|
|
||||||
mkdir %AGENT_ROOT%
|
md %AGENT_ROOT%
|
||||||
java -jar %SWARM_PLUGIN_JAR% -master http://%JENKINS_SERVER%:8080 -executors 1 -fsroot %AGENT_ROOT% -labels windows
|
java -jar %SWARM_PLUGIN_JAR% -master http://%JENKINS_SERVER%:8080 -executors 1 -fsroot %AGENT_ROOT% -labels windows
|
Loading…
Add table
Reference in a new issue