-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
Jenkins 1.642.2
CentOS Linux release 7.2.1511 (Core)
fstrigger .39
Under Trigger Monitor Files
In File Path Field enter:
/tmp/temp/tmp/*
Result in Trigger Log:
Polling on master.
Checking one file: '/tmp/temp/tmp/testfile'.
Polling complete. Took 0 ms.
This is the expected behavior.
In File Path Field enter:
"/tmp/**/tmp/*"
Error in Trigger Log:
Polling on master.
The folder path '/tmp/**/tmp' doesn't exist.
The computed file doesn't exist.
Expected behavior:
the glob for the directory at ** (temp) should have been expanded.
[JENKINS-33598] Directory blob expansion fails
Description |
Original:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: /tmp/**/tmp/* Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
New:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/**/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
Description |
Original:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/**/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
New:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/*\*/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
Description |
Original:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/*\*/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
New:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/**/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
Description |
Original:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/**/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
New:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/*\*/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
Description |
Original:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/*\*/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
New:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/***/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
Description |
Original:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/***/tmp/*" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
New:
Under Trigger Monitor Files In File Path Field enter: /tmp/temp/tmp/* Result in Trigger Log: Polling on master. Checking one file: '/tmp/temp/tmp/testfile'. Polling complete. Took 0 ms. This is the expected behavior. In File Path Field enter: "/tmp/***/tmp/**" Error in Trigger Log: Polling on master. The folder path '/tmp/**/tmp' doesn't exist. The computed file doesn't exist. Expected behavior: the glob for the directory at ** (temp) should have been expanded. |
Workflow | Original: JNJira [ 169554 ] | New: JNJira + In-Review [ 183544 ] |
Hi, I'm facing the same issue. is there anyone working on the above mentioned issue, thanks.