-
Hi @tomasbjerre ,
I am a little confused, I have tried three different restrictive security profiles in Jenkins:
1. Logged-in users can do anything (and anonymous **without** read access)
2. Matr…
mks-d updated
6 years ago
-
Doc: https://jenkins.io/doc/book/pipeline/scaling-pipeline/
```
There are 3 ways to configure the durability setting:
1. Globally, you can choose a global default durability setting under "Mana…
-
### Context
- **Gitlab plugin version**: 1.5.6
- **Gitlab version**: 10.5.3
- **Jenkins version**: 2.107.3
- **Job type**: Pipeline
### Problem description
When a jenkins pileine job has been …
-
In the Jenkins UI, when I select configure and add source from git, I can't choose the credentials(gitlab API token) that I configured previously in global Jenkins settings.
gitlab version: 9.4.7-e…
-
Have you tested with Jenkins Pipeline? Using a multi-branch project, the shorthand `checkout SCM` task checks out without tags:
```
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fet…
-
```
my plugin version is 1.3.4
```
```
my configuration:
pipeline {
agent any
triggers {
GenericTrigger(
genericVariables: [
[key: 'ref', value: '$.ref']
],
…
-
Get an error where Pipeline multibranch plugin complains it can't build the tip of master (or any branch that has been built).
Sample error:
```
Started by user Sam Gleske
Running in Durabilit…
-
By using the Multibranch-Pipeline job-type the jobs for each branch is created automatically and the name of the branch is used as the job-name.
This job-name is then used by the connector-plugin in …
-
I really don't want to post it here because it's not an issue about your repo.
It's really about me getting stuck right at the beginning. I'm not sure where to start, how to get it up and running. …
-
Noticed this today - it is taking up to 5-6 minutes for a build pipeline to start, while creating a new quickstart/app:
![screenshot from 2017-12-21 12-30-54](https://user-images.githubusercontent.…