diff options
-rw-r--r-- | Jenkinsfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index f6c4cfd..8ae2f3e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile | |||
@@ -1,10 +1,10 @@ | |||
1 | import groovy.io.FileType | 1 | import groovy.io.FileType |
2 | =====USER DEFINED VARIABLES===== | 2 | //=====USER DEFINED VARIABLES===== |
3 | def images_to_buid = ['enea-image-'+profile','enea-image-'+profile+'-sdk', 'world'] | 3 | def images_to_buid = ['enea-image-'+profile','enea-image-'+profile+'-sdk', 'world'] |
4 | def localGitRoot = 'http://git.enea.se/cgit/various/' | 4 | def localGitRoot = 'http://git.enea.se/cgit/various/' |
5 | def publicGitRoot = 'http://git.enea.com/cgit/linux/' | 5 | def publicGitRoot = 'http://git.enea.com/cgit/linux/' |
6 | 6 | ||
7 | =====USER DEFINED FUNCTIONS===== | 7 | //=====USER DEFINED FUNCTIONS===== |
8 | 8 | ||
9 | def getProfile(){ | 9 | def getProfile(){ |
10 | return 'standard' | 10 | return 'standard' |
@@ -73,7 +73,7 @@ def targetBuild(trg){ | |||
73 | } | 73 | } |
74 | } | 74 | } |
75 | 75 | ||
76 | =====ENVIRONMENT SETUP===== | 76 | //=====ENVIRONMENT SETUP===== |
77 | 77 | ||
78 | /* | 78 | /* |
79 | Defining the first stage of the pipeline. | 79 | Defining the first stage of the pipeline. |
@@ -125,7 +125,7 @@ node { | |||
125 | print 'Finished stage Environment Setup' | 125 | print 'Finished stage Environment Setup' |
126 | } | 126 | } |
127 | 127 | ||
128 | =====BUILD===== | 128 | //=====BUILD===== |
129 | 129 | ||
130 | /* | 130 | /* |
131 | Defining the seond stage of the pipeline, the Build stege | 131 | Defining the seond stage of the pipeline, the Build stege |
@@ -150,7 +150,7 @@ node { | |||
150 | print 'Finished stage Build' | 150 | print 'Finished stage Build' |
151 | } | 151 | } |
152 | 152 | ||
153 | =====TEST===== | 153 | //=====TEST===== |
154 | 154 | ||
155 | stage 'Test' | 155 | stage 'Test' |
156 | node { | 156 | node { |