diff --git a/Jenkinsfile b/Jenkinsfile index 865179f..da7fcdc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stage('Connect to TrueNAS') { steps { script { - echo hallo + echo "hallo" // Gebruik SSH-agent om een verbinding te maken sshagent([SSH_CREDENTIALS_ID]) { // Command uitvoeren op de TrueNAS server via SSH