creating workspace folder
This commit is contained in:
parent
5e00207580
commit
2751c9e1b7
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@
|
|||
@rem See the License for the specific language governing permissions and
|
||||
@rem limitations under the License.
|
||||
|
||||
|
||||
set JENKINS_SERVER=jenkins.local
|
||||
set AGENT_ROOT=C:\ws\
|
||||
|
||||
set AGENT_ROOT=C:\ws
|
||||
set WORKSPACE=%AGENT_ROOT%\workspace
|
||||
if not exist "%$WORKSPACE%" mkdir "%$WORKSPACE%"
|
||||
|
||||
java -jar %SWARM_PLUGIN_JAR% -master http://%JENKINS_SERVER%:8080 -executors 1 -fsroot %AGENT_ROOT% -labels windows
|
Loading…
Reference in a new issue