Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
5 questions with no upvoted or accepted answers
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
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
0 votes
1 answer
295 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
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
300 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