Skip to main content

All Questions

Tagged with
0 votes
1 answer
292 views

How to set path to file location in powershell if the file is located in github. (File is a csv)

I want to run a jenkins job using a powershell located in github. Calling the powershell script is successful. Now, a script uses Import-csv. The csv has been uploaded to github. How to reference ...
jgt05's user avatar
  • 13
1 vote
0 answers
1k views

Jenkins-X "ERROR: Node is not a Kubernetes node"

I am trying to set up an Kubernetes cluster on AWS EKS using Jenkins-X. After setting up the cluster, when I try to build the application I get the below error: Branch indexing 08:55:40 Connecting to ...
gauravbhutani30's user avatar
2 votes
2 answers
2k views

Jenkins and Github Enterprise 2.17 failing Pull Request builds only

My company just upgraded out GHE instance to 2.17 and I am having a hell of a time with Jenkins now. Up until the upgrade everything worked, but now whenever a pull request is built, I get the ...
Cameron Hurst's user avatar
0 votes
1 answer
1k views

Trigger Jenkins job via Github webhook without passing username password in plain text

I have a Jenkins setup which requires a username and password for login I am using Github webhook to trigger a build on this jenkins. Currently I am passing username and password in the URL itself and ...
Harminder Singh's user avatar
0 votes
0 answers
299 views

Error while connecting source code management in Jenkins

My Jenkins is installed on a remote server and I can access it through a particular URL. When I try to add source code management as git and provide the URL of my git repo, it gives me an error: ...
TAJINDER SINGH's user avatar
3 votes
1 answer
3k views

Jenkins & GitHub Enterprise Servers API endpoint error - requires POST

TL;DR: This is a bug. There is a bug report. https://issues.jenkins-ci.org/browse/JENKINS-54051 I am trying to set up the API endpoint for Jenkins to know how to communicate with a GitHub Enterprise ...
jeremysprofile's user avatar
1 vote
0 answers
446 views

connecting jenkins vm to github with webhook, Windows 10

I have a Virtualbox guest VM running with Jenkins, in my Windows 10 host. The VM is exposed through a bridge, and I can access it in my browser at my Wi-Fi interface ip address. I have set up a ...
rask004's user avatar
  • 111