Jenkins Test Build #8
Some checks failed
Neutral/pipeline/head There was a failure building this commit

This commit is contained in:
CICD - Pipeline 2023-03-18 22:57:35 +01:00
parent f851cad4f6
commit 75950073b1

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Install Neutral') {
steps {
echo "[Neutral-Deploy] - Installation Stage".
echo "[Neutral-Deploy] - Installation Stage"
sh "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'"
}