Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 80357fa

Browse files
Jean-Christophe Sirotchris-crone
authored andcommitted
Fix CI issues
Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
1 parent eee6fb5 commit 80357fa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Jenkinsfile.baguette

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ pipeline {
148148
dir('e2e'){
149149
unstash "e2e"
150150
}
151+
sh './docker-linux version'
151152
sh './docker-app-e2e-linux -test.v --e2e-path=e2e'
152153
}
153154
}
@@ -180,6 +181,7 @@ pipeline {
180181
dir('e2e'){
181182
unstash "e2e"
182183
}
184+
sh './docker-darwin version'
183185
sh './docker-app-e2e-darwin -test.v --e2e-path=e2e'
184186
}
185187
}
@@ -201,11 +203,12 @@ pipeline {
201203
steps {
202204
dir('src/github.com/docker/app') {
203205
checkout scm
206+
unstash "binaries"
207+
sh './docker-windows.exe version'
204208
dir('_build') {
205209
unstash "invocation-image"
206210
bat 'docker load -i invocation-image.tar'
207211
}
208-
unstash "binaries"
209212
dir('examples') {
210213
unstash "examples"
211214
}

0 commit comments

Comments
 (0)