[vpx] P4 Task: unshelve review: 582305 [vpx] (p4):cmd:... p4 unshelve -f -s582305 -cdefault [vpx] p4 unshelve -f -s582305 -cdefault [vpx] [vpx] - no such file(s). [vpx] [vpx] (p4):stop:6 [vpx] ... duration: (7ms)
Jenkinsfile:
checkout([$class: 'PerforceScm', credential:'42c7583c-d502-41d9-abac-d9ab9a9ea574', ...)
if (Shelved_Changelist_No != "") { p4unshelve resolve: 'am', shelf:"${Shelved_Changelist_No}", credential:'42c7583c-d502-41d9-abac-d9ab9a9ea574'
}
I found the following issue in Jenkins issue tracker that seems to be related to what i am seeing:
https://issues.jenkins-ci.org/browse/JENKINS-34014
The workaround suggested helps.
thanks,
Ravi.