diff --git a/Jenkinsfile b/Jenkinsfile index e6659b4..52d7f27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } -} \ No newline at end of file +}