-
### Docker commands that you execute
docker run -p 8080:8080 -p 50000:50000 -v jenkins_home:/var/jenkins_home jenkins/jenkins:lts
### Actual result
After entering initial admin password, config…
-
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
jenkins_job
##### ANSIBLE VERSION
```
ansible 2.3.0 (devel a236cbf3b4) last updated 2016/12/08 13:23:10 (GMT +200)
```
##### CONFIGURA…
-
## Description
I'm trying to push the latest bedrock `master` branch to `run-integration-tests`.
### Steps to reproduce
```
git push upstream master:run-integration-tests
```
### Expecte…
-
I've a group of multibranch pipeline jobs generated with the following piece groovy script:
```
[
'repo1',
'repo2',
].each { service ->
multibranchPipelineJob(service) {
…
Opalo updated
5 years ago
-
Hey there, this is propably not a bug, just a request for a little help... I am running the plugin version 3.2.1 on Bitbucket server 5.7.0 with Jenkins 2.107.1. I can't get the plugin to find my job.
…
-
I have now crossed out branches in my multibranch pipeline (which I didn't have before).
The scan multibranch log is showing the below - there is no OS permissions issues. I can log in with the jenki…
timja updated
5 years ago
-
Hi,
I'm trying to get the latest commit id from my git repo, if new commits are made since the last time the pipeline job was executed. Here's my scriptable pipeline script. (My git repo is checked…
-
Hello all,
I am facing an issue with Webhooks being triggered by Bitbucket plugin but Jenkins plugins is not matching the event to any jobs. I have a Bitbucket Team/Organization job configured and …
-
it seems that if Organization Folders are used, the job cannot be triggered anymore.
The URL will not be `jenkins/job/foo`, but more like `jenkins/job/MY_FOLDER/job/foo`.
If configure the job-name a…
lindt updated
5 years ago
-
* Plugin version used - **1.40**
* Your configuration:
1. Jenkins ver. **2.121.2**
2. Multibranch Pipeline Job (configured to discover branches and pull-requests from Github source)
3. Reposito…