There's no workspace for this project. Possible reasons are:
Run a build to have Jenkins create a workspace
From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] On Behalf Of pbasan...@gmail.com
> In my Jenkins master K8S cloud is configured and a host volume is mounted to the workspace.
> When the job completes .. not able to see the workspace ..
You say K8S cloud, so I can assume the job ran inside a container?
> Error: no workspace
> There's no workspace for this project. Possible reasons are:
> 1. The project was renamed recently and no build was done under the new name.
> 2. The agent this project has run on for the last time was removed.
> 3. The workspace directory (null) is removed outside Jenkins.
> 4. The workspace was wiped out and no build has been done since then.
> Run a build to have Jenkins create a workspace
What they forgot to list is
5. The build ran inside a container which took the workspace with it when it was destroyed
6. The job has a post build action "Delete workspace when build is done"
HTH...
Dirk
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailto:jenkinsci-users+unsub...@googlegroups.com.