You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi All,
We have been trying to trigger pipeline in Jenkins from jira through post functions. As the script not executing while making a below grooving script through script runner plugin in the jira workflow
Use case :
In workflow While making transition from pipeline creation approval to pipeline creation
Code used :
import com.atlassian.jira.component.ComponentAccessor
def customFieldManager = ComponentAccessor.getCustomFieldManager()
def repoName = customFieldManager.getCustomFieldObjectByName("Git repositories")
def pipelinename = customFieldManager.getCustomFieldObjectByName("CI BuildJob")
def techstackname = customFieldManager.getCustomFieldObjectByName("Tech Stack")
def repoNameValue = issue.getCustomFieldValue(repoName)?.value
def piplelineNamevalue = issue.getCustomFieldValue(pipelinename)?.value
def techstackNameValue = issue.getCustomFieldValue(techstackname)?.value
def BUILD_TOKEN = "11268982e8e7f9d983d79b37bbeb5e4d1d"
def urlConnection = new URL("http://3.14.131.151:8080/job/DSL_Demo_Seed/buildWithParameters?token=${BUILD_TOKEN}&GitRepoName=${repoNameValue}&techstack=${techstackNameValue}&name_job_create=${piplelineNamevalue}").openConnection()
def authString = "admin:11268982e8e7f9d983d79b37bbeb5e4d1d".getBytes().encodeBase64().toString()
urlConnection.setDoOutput(true)
urlConnection.setRequestMethod("POST")
urlConnection.setRequestProperty("Authorization", "Basic ${authString}")
urlConnection.setRequestProperty("Content-Type", "application/json")
//urlConnection.getOutputStream().write(message.getBytes("UTF-8"))
def postRC = urlConnection.getResponseCode();
println(urlConnection.getInputStream().getText())
Expected output :
Pipeline must be created at jenkins end with the above code
Please note :We used the script on creating repo in github in validation part of the workflow through script runner it worked
Has anyone come across with the same scenario who could assist with this ?
Regards
Arthi Balraj
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events