Commit 914d5f5e authored by Boris Djalal's avatar Boris Djalal

Adding status variables.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 871373ea
......@@ -37,6 +37,13 @@ def testXMLFile = params.pythonTestXmlFile
def mainPythonAllXmlFiles = ""
def buildStageStatus = true
// Terminate Status
def termUE = 0
def termENB = 1
def termStatusArray = new Boolean[2]
termStatusArray[termUE] = false
termStatusArray[termENB] = false
// Global Parameters.
def eNB_Repository
def eNB_Branch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment