diff options
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 8c13ff1..a29dd8e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile | |||
@@ -60,7 +60,7 @@ def targetBuild(trg, images_to_buid, profile, buildStamp, releaseLayer){ | |||
60 | userRemoteConfigs: [[credentialsId: 'a797f854-983e-473e-b221-6d8ebafda16a', | 60 | userRemoteConfigs: [[credentialsId: 'a797f854-983e-473e-b221-6d8ebafda16a', |
61 | url: 'git@git.enea.se:linux/meta-enea-test.git']]]) | 61 | url: 'git@git.enea.se:linux/meta-enea-test.git']]]) |
62 | print 'Finished cloing meta-enea-test' | 62 | print 'Finished cloing meta-enea-test' |
63 | pwd() | 63 | print pwd() |
64 | stash includes: 'poky/*', name: trg+'_poky', useDefaultExcludes: false | 64 | stash includes: 'poky/*', name: trg+'_poky', useDefaultExcludes: false |
65 | } | 65 | } |
66 | } | 66 | } |