Closed Vahila closed 9 months ago
@Vahila is it verified
@Vahila is it verified
Yes, attaching screenshots for reference:
Console output:
I also see a warning:
Artifacts are not generated in workspace:
@nbhoski are you looking into this or should I check it out? My first thought without looking into it too much is that we might need to adjust the genscript to use the workspace dir.
@sameagen-MW we were actually wondering which is the intended way here? We had a discussion(in BGL) about the two ways described below.
I think I lean more towards generating the artifacts relative to the Jenkins workspace. I think it's probably more standard for Jenkins users to expect relative paths to resolve relative to the workspace rather than the MATLAB startup directory. If we did decide to keep the behavior like it is right now, I think we'd probably have to clarify somewhere in the documentation.
I think I lean more towards generating the artifacts relative to the Jenkins workspace. I think it's probably more standard for Jenkins users to expect relative paths to resolve relative to the workspace rather than the MATLAB startup directory. If we did decide to keep the behavior like it is right now, I think we'd probably have to clarify somewhere in the documentation.
Yes thats what the dilema is. Prolly we could discuss this in our team meeting for some more feedback
After discussion to support substitution ${WORKSPACE} we are keeping the behaviour as is. Closing the issue
When -sd option is used with Run MATLAB Tests, the artifacts are are generated in the specified initial folder and not in the workspace. Is this expected?