i have 2 build processes. one to compile our delphi project, second to deploy the artifacts on an ftp server. to store the artifacts i use the "artifact deployer" plugin.
as described in some other posts here copy-artifacts-from-specific-promoted-build or there how-to-promote-a-specific-build-number-from-another-job-in-jenkins i installed the promoting plugin which triggers a build/call on other project.
so far everything seems to be ok. the deploy job is triggered. but right after the start the deploy job fails with a comment "konnte nicht auf vorgelagerten Artefaktbereich zugreifen. Archiviert das Quellprojekt Artefakte?" or "could not access upstream artifact area. is upstream project archiving artifacts"? but in the compile job log says:
ArtifactDeployer] - Starting deployment from the post-action ... [ArtifactDeployer] - 398 file(s) have been copied from the 'C:\Daten\jenkins\jobs\Integra-2.2.4.SP_P1\workspace' to '\\titan\IntegraWWS2\Deploy\2.2.4.SP_P1\2015-08-17_13-42-38\bin32'. [ArtifactDeployer] - Stopping deployment from the post-action...
Also i can access the archived artifacts from the website of that specific build.
For defining the specific build in the "copy artifacs from other project" section i tried various versions:
- Using a Parameter from the Upstream Job
- The "upstream Build that triggered that job" Option
none worked. And i'm sure that it is not an windows access restriction problem.