From 316fdab1a8e7231649dccd93b00a9f530d76294e Mon Sep 17 00:00:00 2001 From: Catalin Scrieciu Date: Fri, 15 Jul 2016 13:16:25 +0200 Subject: test --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f6c4cfd..8ae2f3e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,10 @@ import groovy.io.FileType -=====USER DEFINED VARIABLES===== +//=====USER DEFINED VARIABLES===== def images_to_buid = ['enea-image-'+profile','enea-image-'+profile+'-sdk', 'world'] def localGitRoot = 'http://git.enea.se/cgit/various/' def publicGitRoot = 'http://git.enea.com/cgit/linux/' -=====USER DEFINED FUNCTIONS===== +//=====USER DEFINED FUNCTIONS===== def getProfile(){ return 'standard' @@ -73,7 +73,7 @@ def targetBuild(trg){ } } -=====ENVIRONMENT SETUP===== +//=====ENVIRONMENT SETUP===== /* Defining the first stage of the pipeline. @@ -125,7 +125,7 @@ node { print 'Finished stage Environment Setup' } -=====BUILD===== +//=====BUILD===== /* Defining the seond stage of the pipeline, the Build stege @@ -150,7 +150,7 @@ node { print 'Finished stage Build' } -=====TEST===== +//=====TEST===== stage 'Test' node { -- cgit v1.2.3-54-g00ecf