summaryrefslogtreecommitdiffstats
path: root/jjb/openci/create-cde.sh
AgeCommit message (Collapse)AuthorFilesLines
2021-02-08Clean obsolete jjbsCédric Ollivier1-47/+0
They should have been cleant when closing the projects. Change-Id: Id00da883e6ea14631f2098e40978bcf793d5636b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-21openci: Log eventBody to console before publishingFatih Degirmenci1-2/+2
It is necessary to log the eventBody to console before we attempt to publish it since it is not possible to see the event body in case if the publisher errors out due to invalid JSON. Change-Id: I79cb93f64f5e6e275e306b375210f5f2ed7bd53d Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-09-20Add scenario to publisher and filterYolanda Robla1-0/+1
Change-Id: I52d4ecb5f305f190a9e06c13407fd0927bc45a29 Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
2018-09-20Use credentials for openci jobYolanda Robla1-5/+1
Change-Id: Ie25586d8ef73a34b68fdf5580df27e5e609e84ce Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
2018-09-20Add missing PS1 varYolanda Robla1-0/+2
Change-Id: I0d6b8525cc12bb71852a8aeeb67cbc37d0456bcb Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
2018-09-20Add fixes in openci jobYolanda Robla1-0/+4
Force workspace cleanup Do not use credentials plugin, but hardcode it. Change-Id: I5b6e59382c25fc75a748f90fbd030521dac9071f Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
2018-09-20Use publisher in OPNFV compose daily jobsYolanda Robla1-8/+25
Change-Id: I2341191b9afbf7b572a6ae28a50eb722b66109c7 Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
2018-05-18openci: bugfix: Fix var names and event headersFatih Degirmenci1-2/+2
Change-Id: I449037e727abed363766ca47a26ea3d2bd6abf4e Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-05-18openci: Add OPNFV scenario composition and test jobs for the demoFatih Degirmenci1-0/+27
The flow is - OPNFV compose job gets triggered by the ArtifactPublishedEvents published by ODL and ONAP autorelease jobs, composing the corresponding scenarios. At the end, CompositionDefinedEvent is published for the composed scenario. - OPNFV test job gets triggered by the CompositionDefinedEvents published by OPNFV compose jobs, deploying and testing the composed scenario. At the end, ConfidenceLevelModifiedEvent is published for the tested scenario which can be consumed by ODL and/or ONAP Jenkinses, doing further promotion. Change-Id: Ice1736d65f3f2b26e849302fec2bb0c579da4a1c Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>