Repository: maven-surefire
Updated Branches:
  refs/heads/master f4d54fac0 -> 75619d62e


Adding a dummy Jenkinsfile


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/75619d62
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/75619d62
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/75619d62

Branch: refs/heads/master
Commit: 75619d62e4180f763e20f9e130440094f465c266
Parents: f4d54fa
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Sun Mar 12 21:20:13 2017 +0000
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Sun Mar 12 21:20:13 2017 +0000

----------------------------------------------------------------------
 Jenkinsfile | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/75619d62/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 0000000..e72ff99
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,12 @@
+pipeline {
+    agent {
+        label env.NIX_LABEL
+    }
+    stages {
+        stage('Build') {
+            steps {
+                sh 'ls -l'
+            }
+        }
+    }
+}

Reply via email to