mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 06:45:05 +00:00
s
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -26,7 +26,7 @@ pipeline {
|
||||
|
||||
stage('Pull and Deploy') {
|
||||
steps {
|
||||
node {
|
||||
node('any') { // Provide a label for the Jenkins agent
|
||||
script {
|
||||
sshCommand remote: [
|
||||
credentialsId: 'SSH_CREDENTIALS',
|
||||
@@ -49,4 +49,4 @@ pipeline {
|
||||
sh 'docker logout'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user