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
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.x [ 16979 ] | |
Fix Version/s | 3.5 [ 17393 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 3.7.5 [ 18997 ] | |
Fix Version/s | 3.x [ 16979 ] | |
Resolution | Duplicate [ 3 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.8 [ 19104 ] |
So what is the proposed fix from JBehave's pov (i.e. not Jenkins')?