mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
parent
439a7ad82e
commit
c7ac43595f
@ -172,7 +172,7 @@ func (tv *TargetVector) PollForStatus(conn *abapbuild.Connector, targetStatus Ta
|
||||
if TargetVectorStatus(tv.Status) == targetStatus {
|
||||
return nil
|
||||
} else {
|
||||
return errors.New("Publishing of Targetvector " + tv.ID + " resulted in state " + string(tv.Status) + "instead of expected state " + string(targetStatus))
|
||||
return errors.New("Publishing of Targetvector " + tv.ID + " resulted in state " + string(tv.Status) + " instead of expected state " + string(targetStatus))
|
||||
}
|
||||
case TargetVectorPublishStatusError:
|
||||
return errors.New("Publishing of Targetvector " + tv.ID + " failed in AAKaaS")
|
||||
|
Loading…
x
Reference in New Issue
Block a user