Jenkinsfile toegevoegd

This commit is contained in:
2025-01-18 14:30:25 +01:00
parent 615c143c52
commit 0b11140938

1
Jenkinsfile vendored
View File

@@ -12,6 +12,7 @@ pipeline {
stage('Connect to TrueNAS') {
steps {
script {
echo hallo
// Gebruik SSH-agent om een verbinding te maken
sshagent([SSH_CREDENTIALS_ID]) {
// Command uitvoeren op de TrueNAS server via SSH