messo sync con ROBOCOPY....
This commit is contained in:
Vendored
+7
-1
@@ -24,8 +24,14 @@ pipeline {
|
||||
// copyArtifacts fingerprintArtifacts: true, projectName: 'SteamWare', selector: lastSuccessful()
|
||||
// copyArtifacts filter: 'SteamWareLib', fingerprintArtifacts: true, projectName: 'SteamWare', selector: lastSuccessful()
|
||||
// copyArtifacts filter: 'SteamWareLib', projectName: 'SteamWare', selector: lastSuccessful(), target: '../'
|
||||
|
||||
// mirroring directory x SteamWare Libs
|
||||
bat "robocopy /MIR ..\..\SteamWare\SteamWareLib ..\SteamWare\SteamWareLib"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
bat "xcopy /y ../../../SteamWare ../"
|
||||
|
||||
// checkout steamwarelibs..
|
||||
// checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '1d76e8b0-61a1-4b65-abab-bf9ffa5d29c8', url: 'https://gogs.steamware.net/SteamwareSrl/SteamWare.git']]])
|
||||
|
||||
Reference in New Issue
Block a user