Page MenuHomeDevCentral

D575.diff
No OneTemporary

D575.diff

diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,9 @@
+node('php') {
+ stage 'Checkout tests'
+ git 'https://github.com/nasqueron/operations.git'
+
+ stage 'Prod tests'
+ dir('tests/prod-environment-behaves-correctly') {
+ sh 'make test'
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 6, 13:52 (21 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2231267
Default Alt Text
D575.diff (322 B)

Event Timeline