summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Scrieciu <catalin.scrieciu@enea.com>2016-07-15 13:16:25 +0200
committerCatalin Scrieciu <catalin.scrieciu@enea.com>2016-07-15 13:16:25 +0200
commit316fdab1a8e7231649dccd93b00a9f530d76294e (patch)
tree0860b1fdb580bb83d7e44e5da4e48f8ac4de8cc3
parentb0347f6eb67d332a4b5556ffe430239ee7e37086 (diff)
downloadel_manifests-standard-316fdab1a8e7231649dccd93b00a9f530d76294e.tar.gz
test
-rw-r--r--Jenkinsfile10
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 @@
1import groovy.io.FileType 1import groovy.io.FileType
2=====USER DEFINED VARIABLES===== 2//=====USER DEFINED VARIABLES=====
3def images_to_buid = ['enea-image-'+profile','enea-image-'+profile+'-sdk', 'world'] 3def images_to_buid = ['enea-image-'+profile','enea-image-'+profile+'-sdk', 'world']
4def localGitRoot = 'http://git.enea.se/cgit/various/' 4def localGitRoot = 'http://git.enea.se/cgit/various/'
5def publicGitRoot = 'http://git.enea.com/cgit/linux/' 5def publicGitRoot = 'http://git.enea.com/cgit/linux/'
6 6
7=====USER DEFINED FUNCTIONS===== 7//=====USER DEFINED FUNCTIONS=====
8 8
9def getProfile(){ 9def 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/*
79Defining the first stage of the pipeline. 79Defining 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/*
131Defining the seond stage of the pipeline, the Build stege 131Defining 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
155stage 'Test' 155stage 'Test'
156node { 156node {