You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2024/01/25 16:53:57 UTC

(couchdb-infra-cm) branch update-jenkins-agent-url created (now 563c365)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch update-jenkins-agent-url
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git


      at 563c365  Update jenkins agent path

This branch includes the following new commits:

     new 563c365  Update jenkins agent path

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(couchdb-infra-cm) 01/01: Update jenkins agent path

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch update-jenkins-agent-url
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git

commit 563c3655bce7c2808db5fad93359b8c1c2f9d970
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Thu Jan 25 11:53:15 2024 -0500

    Update jenkins agent path
---
 roles/ci_agent/templates/runit-main.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/ci_agent/templates/runit-main.j2 b/roles/ci_agent/templates/runit-main.j2
index 27e62e5..beed70a 100644
--- a/roles/ci_agent/templates/runit-main.j2
+++ b/roles/ci_agent/templates/runit-main.j2
@@ -3,4 +3,4 @@ exec 2>&1
 cd /home/jenkins
 curl https://ci-couchdb.apache.org/jnlpJars/agent.jar --output /home/jenkins/agent.jar
 chown jenkins:jenkins /home/jenkins/agent.jar
-exec chpst -u jenkins:jenkins:docker java -jar agent.jar -jnlpUrl https://ci-couchdb.apache.org/computer/{{ hostvars[inventory_hostname]["instance"]["name"] }}/slave-agent.jnlp -secret {{ jenkins_secret }} -workDir "/home/jenkins"
+exec chpst -u jenkins:jenkins:docker java -jar agent.jar -jnlpUrl https://ci-couchdb.apache.org/computer/{{ hostvars[inventory_hostname]["instance"]["name"] }}/jenkins-agent.jnlp -secret {{ jenkins_secret }} -workDir "/home/jenkins"