Skip to content
Snippets Groups Projects
Commit a15fa610 authored by Mohammed Ismail's avatar Mohammed Ismail
Browse files

[CI] update on the branch/tag names

parent 89bf2ea8
No related branches found
No related tags found
1 merge request!4CI docker compose with NRF
......@@ -60,11 +60,11 @@ def scmEvent = false
def upstreamEvent = false
// Default tags / branches --> could be passed on by upstream job or by PR content
def nrfTag = 'dockerfile'
def nrfBranch = 'dockerfile'
def amfTag = 'nrf-com'
def nrfTag = 'develop'
def nrfBranch = 'develop'
def amfTag = 'develop'
def amfBranch = 'develop'
def smfTag = 'dockerfile'
def smfTag = 'develop'
def smfBranch = 'develop'
def spgwuTag = 'nrf-com'
def spgwuBranch = 'master'
......
......@@ -44,10 +44,9 @@ class HtmlReport():
self.generateFooter()
self.file.close()
try:
if finalStatus:
sys.exit(0)
except:
if finalStatus:
sys.exit(0)
else:
print("DS-TESTER testing FAILED")
def generateHeader(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment