python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Need option to fill values in Jenkins parameterized pipeline script stored in Github whenever it run
I have created a jenkins parameterized pipeline script as below. I have stored it on my Github repository.
properties([parameters([string(defaultValue: 'Devasish', description: 'Enter your name', name...
Data Geek
Votes: 0
Answers: 1
Reassining variables
I was doing a test project just to train my Python and I stumbled upon something that I don't quite understand so I would appreciate if someone explained it to me.
Below, I'm giving two similar Test s...

Aleks K.
Votes: 0
Answers: 1
What is the best way to api key passing to project?
In my database project I am keeping all relavant files in some extra another file and mostly reading and passing to my code to make safer. But what about API keys for projects ?
Some people recommend ...

user10949197
Votes: 0
Answers: 0
Use Parameter Store parameters in EC2 UserData in AWS Cloudformation
I am trying to launch an EC2 Windows instance using Cloudformation, where using the EC2 UserData in PowerShell format I need to add a service user account to the local Administrators and later install...
Frantisek K
Votes: 0
Answers: 2