1
0
Fork 0

fixed mkdir and variables

This commit is contained in:
Christian Kühnel 2019-11-29 12:41:49 +00:00
parent dcb90b4eea
commit d67bf80b16

View file

@ -13,8 +13,8 @@
@rem limitations under the License.
JENKINS_SERVER=10.43.247.173
AGENT_ROOT=${WORKSPACE}\agent
set JENKINS_SERVER=10.43.247.173
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