Skip to content

Commit

Permalink
Fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dragounv committed Dec 10, 2024
1 parent 60dc19c commit d37cbf2
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 @@ -36,7 +36,7 @@ pipeline {
cd ci
ansible-playbook -i test --private-key ${SSH_CREDS} -u ${SSH_CREDS_USR} prepare-configuration.yml
ssh -o "StrictHostKeyChecking=no" -i ${SSH_CREDS} ${SSH_CREDS_USR}@10.3.0.110 sudo /home/ansible/seeder/run.sh
ssh -o "StrictHostKeyChecking=no" -i ${SSH_CREDS} ${SSH_CREDS_USR}@10.3.0.122 sudo /home/ansible/seeder/run.sh
'''
}
}
Expand Down

0 comments on commit d37cbf2

Please sign in to comment.