From 97c980143b47640805d307e4fb5aac6f63d84aab Mon Sep 17 00:00:00 2001 From: Gregory Hendrickson Date: Fri, 9 Jun 2023 14:45:01 -0700 Subject: [PATCH] s --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}