Skip to content

Commit

Permalink
cd debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 22, 2024
1 parent b0dc0d5 commit a000bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
git diff --name-only $GIT_PREVIOUS_SUCCESSFUL_COMMIT $GIT_COMMIT |
xargs dirname | sort | uniq |
grep -v "spec/" | grep -v "plugins" | grep -v "\\." |
xargs -I {} echo "Deploying {}" && ssh -v [email protected] -- ~/bin/upconfig {}
xargs -I {} echo "Deploying {}" && ssh -o StrictHostKeyChecking=no -v [email protected] -- ~/bin/upconfig {}
'''
}
}
Expand Down

0 comments on commit a000bab

Please sign in to comment.