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)
Set hashmap in JobParameter in spring boot
I am working on creating excel file from data, for that I have created job. I want to set hashmap to the jobparameter so that I can use it in MyReader class, I have created CustomJobParameter Class.
B...

Neelam Sharma
Votes: 0
Answers: 1
slurm, make #SBATCH --array read the number of lines of a txt file
I have the following slurm script (script.sh) that will run on HPC 25 jobs in parallel with #SBATCH --array=0-24. Each job will take one variable from file.txt and use it as $VAR variable.
#!/bin/bash...
aaaaa
Votes: 0
Answers: 2
I am running a job in Jenkins but getting the below error using Custom Workspace:
Running as SYSTEM
Building in workspace /Users/kritikakesarwani/.jenkins/MavenArtifactId
[MavenArtifactId] $ /Users/kritikakesarwani/Documents/Selenium_Installation_eclipse/apache-maven-3.8.2/bin/mvn ...
kritika kesarwani
Votes: 0
Answers: 0
Why does Write-Host not work when run in a powershell job?
Sorry if I'm being a dumb powershell noob, but what's wrong with jobs apparently being unable to write to the terminal? And how can I fix that?
# test.ps1
function myjob {
Write-Host "Hello, ...

Binkan Salaryman
Votes: 0
Answers: 1