-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
linux master; windows slave; smb as artifact destination
We're using Jenkins 1.565.3 and can't operate ArtifactDeployer 0.32 or 0.33.
We use matrix jobs, that makes builds in several platforms (maybe this is the problem?).
It doesn't outputs any message (bad or good), even if we explicitly write an invalid input file.
"Fail build if there are no files to deploy" also doesn't fails the build.
Tried also inside Flexible publish:
"[Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: ${REDO_BUILD})
Run condition [Or] enabling perform for step [[ArtifactDeployer] - Deploy the artifacts from build workspace to remote locations]"
Anyone has any clues?
After overcoming this, what is the correct way of setting the input file(s) and output destination?
Input:
. Does it accept *?
Output:
. Do we need to write something like "file://" before?
. Are the bars \ or / or
or //?
Does this paths dependend whether we are in a Jenkins slave windows or linux? It really shouldn't, so I hope not.
I suggest an example should exist at the plug-in webpage.
Thanks in advance
- is duplicated by
-
JENKINS-25806 Artifact Deployer plugin 0.32 doing nothing
- Resolved