diff options
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 8ae2f3e..164f38c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile | |||
@@ -1,6 +1,6 @@ | |||
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 | ||