[jboss-jira] [JBoss JIRA] (SWSQE-834) Jenkins Slave Base needs to be updated for upgrade packages.
Guilherme Baufaker Rêgo (Jira)
issues at jboss.org
Thu Jul 18 10:35:00 EDT 2019
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.
>From https://github.com/kiali/kiali-ui
* [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)
More information about the jboss-jira
mailing list