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
Sat, Nov 23, 14:02 (18 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258177
Default Alt Text
D575.diff (322 B)

Event Timeline