Guilherme Baufaker Rêgo created SWSQE-834:
---------------------------------------------
Summary: Jenkins Slave Base needs to be updated for upgrade packages.
Key: SWSQE-834
URL:
https://issues.jboss.org/browse/SWSQE-834
Project: Kiali QE
Issue Type: Bug
Reporter: Guilherme Baufaker Rêgo
Assignee: Filip Brychta
[~fbrychta] Jenkins Slave Base Centos7 available on
(
https://hub.docker.com/r/openshift/jenkins-slave-base-centos7/) is now considered
deprecated.
I tried two simple commands that would work on git
Expected:
{code:bash}
git clone
https://github.com/kiali/kiali-ui.git kiali-ui
cd kiali-ui
git fetch origin pull/1322/head:1322
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 1 (delta 0), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (1/1), done.
* [new ref]
refs/pull/1322/head -> 1322
{code}
Actual:
{code:bash}
git fetch origin pull/1322/head:1322
fatal: Couldn't find remote ref pull/1322/head
Unexpected end of command stream
{code}
I think we use new-images that would solve our problem.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)