-
Some ci.adoptium.net nodes use /home/jenkins and some (Azure Cloud VMs) use /home/adoptopenjdk.
The problem is not actually the VM, it's due to the Artifactory installer upload pipeline incorrectly…
-
-
Can you tell me how to send notification to discord like this at Jenkins Pipeline Jobs?
at this image i'm using freestyle jobs
![image](https://user-images.githubusercontent.com/73623226/136489966…
-
### What feature do you want to see added?
Currently there is no easy way to offline/reserve/unreserve a resource if it crashes through the Groovy declarative pipeline code. The subsequent builds t…
-
-
Have anyone go this to work with the new Declarative Jenkins Pipelines? I am having a hard time getting Jenkins to receive any cloud provisioning requests with the new syntax.
```groovy
pipeline {…
-
A Jenkinsfile can be written using declarative or scripted pipelines (see https://www.jenkins.io/doc/book/pipeline/#declarative-versus-scripted-pipeline-syntax). At the moment, only scripted pipelines…
-
Hello,
it would be nice to be able to send a nicely formatted message via declarative pipeline (`slackSend`) but currently you may only construct a message by yourself. I wish it was possible to re…
modax updated
5 years ago
-
Looks like support for declarative pipelines is not there yet.
```
org.jenkinsci.plugins.pipeline.modeldefinition.DescriptorLookupCache.lookupStepOrFunction()
is applicable for argument types: (…
-
I am experiencing a lot of inconsistencies between executing pipelines in JenkinsPipelineUnit and on Jenkins itself, due to CPS transformation, as [noted ](https://github.com/jenkinsci/JenkinsPipeline…