×
Sep 7, 2021 · To see Jenkins, simply bring up a web browser and go to URL http :// myServer :8080 where myServer is the name of the system running Jenkins.
Missing: /search | Show results with:/search
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, ...
Under Build History on the left, click #1 to access the details for this particular Pipeline run. Click Console Output to see the full output from the Pipeline ...
Visit "Manage Jenkins" > "Manage Nodes". Select any node to view the status page. In the menu on the left, a menu item is available to open a "Script Console" ...
Feb 7, 2024 · Good afternoon. I am testing in a freestyle job, connecting to a Linux machine which I manage, I have problems with the connection.
Delegating the first job to agent1 · Go to your jenkins dashboard; · Select New Item on side menu; · Enter a name. · Select the Freestyle project and press OK;.
Oct 17, 2022 · A somewhat newbie question - I set up a Jenkins controller last year to run one set of jobs, and everything has always just run on this one ...
Missing: /search | Show results with:/search
Sometimes the remote API doesn't give you enough information in one call. For example, if you'd like to find the last successful build of a given view, you'd ...
In this example, username and password credentials are assigned to environment variables to access a Bitbucket repository in a common account or team for your ...
Referencing another project by name. In many places throughout Jenkins, you can refer to another project/job by name. For example, in a Pipeline Script, you ...