From 9a354b69b5361e9207459aef23526aead11dc6ef Mon Sep 17 00:00:00 2001 From: Raphix Date: Sun, 19 Mar 2023 12:16:34 +0100 Subject: [PATCH] Jenkins Test #12 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2fbacc4..34529a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { stage('Deploy Neutral') { steps { echo "[Neutral-Deploy] - Deploy Stage" - sh "ssh raphix@raphix.fr 'pwd'" + sh "ssh raphix@raphix.fr 'echo Test'" } } }