Jenkinsfile toegevoegdds

This commit is contained in:
2025-01-18 14:31:01 +01:00
parent 0b11140938
commit 93071c6679

2
Jenkinsfile vendored
View File

@@ -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