diff --git a/Jenkinsfile b/Jenkinsfile index c5f0bf48..771476e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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']]])