You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from OPENJDK-1549 with env
332
332
| variable | value |
333
333
| MAVEN_ARGS | validate |
334
+
335
+
Scenario: Ensure mtime is preserved for build artifacts (OPENJDK-2427)
336
+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from OPENJDK-2408-bin-custom-s2i-assemble with env
337
+
| variable | value |
338
+
| S2I_DELETE_SOURCE | false |
339
+
Then run find /deployments/spring-boot-sample-simple-1.5.0.BUILD-SNAPSHOT.jar ! -newer /tmp/src/spring-boot-sample-simple-1.5.0.BUILD-SNAPSHOT.jar in container and check its output for spring-boot-sample-simple-1.5.0.BUILD-SNAPSHOT.jar
0 commit comments