Metadata
- Source
- INFRA-211
- Type
- Task
- Priority
- Major
- Status
- Resolved
- Resolution
- Fixed
- Assignee
- Alan Harnum
- Reporter
- Giovanni Tirloni
- Created
2018-08-27T13:47:59.263-0400 - Updated
2018-09-17T14:43:29.330-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
deploy branch seems to be missing
[EnvInject] - Loading node environment variables.
Building on master in workspace /var/lib/jenkins/workspace/website-docs.fluidproject.org
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/fluid-project/infusion-docs.git
> git init /var/lib/jenkins/workspace/website-docs.fluidproject.org # timeout=10
Fetching upstream changes from https://github.com/fluid-project/infusion-docs.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/fluid-project/infusion-docs.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/fluid-project/infusion-docs.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/fluid-project/infusion-docs.git # timeout=10
Fetching upstream changes from https://github.com/fluid-project/infusion-docs.git
> git fetch --tags --progress https://github.com/fluid-project/infusion-docs.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/deploy^{commit} # timeout=10
> git rev-parse deploy^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Comments
-
Giovanni Tirloni commented
2018-08-27T13:49:30.141-0400 Automating this so the workflow doesn't depend on a human deploying to the 'deploy' branch depends on fixing FLUID-6324.
-
Alan Harnum commented
2018-09-17T14:43:22.610-0400 Rolled this back to using the gh-pages branch. I'm not sure if the deploy branch was deleted or never actually created.