Jenkinsfile toegevoegd
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user