Skip to content

Commit

Permalink
chore: update inbound-agent repo in docker-jenkins-agent.sh (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Feb 4, 2024
1 parent 6edfc69 commit c72e7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/docker-jenkins-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ chmod 755 /usr/share/jenkins
chmod 644 /usr/share/jenkins/agent.jar

echo "= Retrieve jenkins-agent script"
curl --create-dirs --fail --silent --show-error --location --output /usr/local/bin/jenkins-agent https://raw.githubusercontent.com/jenkinsci/docker-inbound-agent/master/jenkins-agent
curl --create-dirs --fail --silent --show-error --location --output /usr/local/bin/jenkins-agent https://raw.githubusercontent.com/jenkinsci/docker-agent/master/jenkins-agent
chmod a+x /usr/local/bin/jenkins-agent

0 comments on commit c72e7aa

Please sign in to comment.