This is an automated email from the ASF dual-hosted git repository.

eduardocerqueira pushed a commit to branch apache-ci
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-tools-temporary-rnd-do-not-use.git

commit dd8f23a07dc9b689b292d65d42dc00035d6a851e
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Mon Oct 2 13:26:11 2023 -0400

    Create jenkinsfile.test
    
    initial jenkinsfile for testing apache nodes
---
 .ci/jenkins/jenkinsfile.test | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.ci/jenkins/jenkinsfile.test b/.ci/jenkins/jenkinsfile.test
new file mode 100644
index 0000000000..a14f76efec
--- /dev/null
+++ b/.ci/jenkins/jenkinsfile.test
@@ -0,0 +1,20 @@
+pipeline {
+
+    options {
+        timeout(time: 10, unit: 'MINUTES')
+    }
+
+    stages {
+        stage('Pre-check') {
+            steps {
+                sh """#!/bin/bash -el
+                java --version
+                mvn --version
+                node --version
+                go version
+                pnpm --version
+                """.trim()
+            }
+        }
+    }
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to