WARNING! GitLab maintenance operation scheduled for Tuesday, 11 August, from 09:00 to 15:00 (Paris time, CET/CEST). During this time window, GitLab will be completely unavailable. Thank you in advance for your understanding.
logger.info("Job with ID {} stopped successfully.",job.getUuid());
}else{
job.setState(ExecutionStateType.PENDING);
jobRepoService.updateJob(jobId,job.getState());
logger.warn("Job with ID {} could not be stopped because it has already completed, has been cancelled, or could not be cancelled for some other reason.",jobId);
logger.warn("Job with ID {} could not be stopped because it has already completed, has been cancelled, or could not be cancelled for some other reason.",job.getUuid());
}
}
}else{
logger.warn("Job with ID {} does not exist.",jobId);