Error Message: No JIRA site configured | Using JiraCloud - jenkins

I have setup Jira & Jenkins Integration. I'm using the typical Jira Cloud <orgname>.atlassian.net. So far jiraSendBuildInfo, jiraSendDeploymentInfo are working.
However when I tried using jiraTransitionIssue I received error No JIRA site configured with <org>.atlassian.net name.
I tried adding Jira Site in Jira Steps configuration, however I was unable to select credentials. I added atlassian API token in the credentials but for some reason it's not showing on the list.
PS: I'm using JIRA API Token because atlassian Username & Password is now deprecated.
JIRA STEPS Plugin Version: 1.6.0

email as a username & API Token from https://id.atlassian.com/manage-profile/security/api-tokens as a password works.

Related

How to setup Jenkins with Microsoft ADFS for SSO

I'm using SAML 2.0 plugin to connect Jenkins to ADFS.
I was able to add ADFS IDP metadata in Jenkins plugin and validate successfully. This is the only configuration update I made in Jenkins SAML plugin configuration.
After the IDP update whenever I try to hit any Jenkins URL it gets auto redirected to the ADFS server url and errors out.
I'm comfortable with Jenkins, however as I m new to ADFS I would like to know the following:
What Jenkins information do I need to provide to the ADFS team for them to get the integration to work and where will I find that information.
Apart from IDP metadata is there other ADFS details I need to provide in Jenkins ?
Is running Jenkins on SSL (signed by self or by CA) a must for integrating with ADFS ? I'm looking to do a very basic setup that works and not a standard setup.
Please suggest.
I can provide their IDP metadata if required however would like recommendation of what to delete/remove from IDP file for security reasons.

Unable to create BitBucket OAuth Consumer

I am trying to install the BitBucket Status Notifier Plugin and as part of its documentation it is mentioning to create OAuth Consumer.
However I am not able to find the option in any setting, even if I am a super admin.
I am using hosted BitBucket v 4.7.1.
Any help?
It works only with BitBucket Cloud only. Look at the wiki page that you mentioned BitBucket Status Notifier Plugin
This plugin aims at the Atlassian-hosted BitBucket Cloud solution, not
BitBucket Server (formerly known as Stash).

Git-lab OAuth plugin -logout link not working

We configured Gitlab oauth plugin in my Jenkin server ,Now i can log with my gitlab credential in Jenkins but logout option not working once signed .
Already below issue reported in Github OAuth plugin but now this same issue in gitlab plugin too.please any one log this issue in Jenkin
https://issues.jenkins-ci.org/browse/JENKINS-16350
Because github server is not aware of your Oauth app logging out mechanism,best way to achieve it is as below;
Provide a link (refer the code snippet,to test open in a new window or tab)
Include the local logout mechanism and also logout from the github simultaneously.
Logout

Jenkins: commit email -> username mapping with Github OAuth plugin

After updating the Jenkins email-ext plugin to 2.57.1, which has a security fix to avoid sending emails to non-Jenkins users, I'm seeing messages like this in build logs:
Not sending mail to user <user>#<domain> with no permission to view <project> #3
The Jenkins server is using the Github OAuth plugin for authentication and the role-based access control plugin for authorization (based on Github teams). The user definitely has permission because I could see the message in the build log on his machine with him logged in.
My guess is that Jenkins isn't correctly mapping the email address from the git commit to the user created by the Github OAuth plugin. How do I make that work? I've checked that the email address in the commit matches the email address shown when the user selects to configure his account in Jenkins.

Jenkins integrate with JIRA - Couldn't add Outgoing authentication for Application links in JIRA version 6.4

I could't able to add Outgoing Authentication of following credentials Service Provider Name, Consumer Key, Shared Secret,Request Token URL, Authorize URL..etc, while the creating application links for Jenkins. Also I couldn't able to see Application links/Creating reciprocal links in Jenkins.
Jenkins ver. 1.580
JIRA version 6.4
JIRA plugin for jenkins 1.39
JiraTestResultReporter plugin for jenkins 1.0.4
I was able to integrate Jenkins and Jira successfully via the SOAP service of Jira
I did not create an application link for Jenkins. Application links in Jira are applicable only for Atlassian Suite of products and not external products like Jenkins.
Jenkins talks to Jira via SOAP service something looks like the URL below
yourjirahost:yourjiraport/rpc/soap/jirasoapservice-v2
Any username password that can connect to a particular issue

Resources