Details
Description
Never fear, the following can fix it so that the Jenkins job can complete:
find $WORKSPACE/project/target/jbehave -maxdepth 1 -type f -size 0 -exec rm -f {} \;
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 3.x [ 16979 ] | |
| Fix Version/s | 3.5 [ 17393 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 3.7.5 [ 18997 ] | |
| Fix Version/s | 3.x [ 16979 ] | |
| Resolution | Duplicate [ 3 ] |
| Fix Version/s | 3.8 [ 19104 ] |
So what is the proposed fix from JBehave's pov (i.e. not Jenkins')?