On Mon, Feb 1, 2021 at 7:38 PM Patrick Moran wrote:
> I am using a declarative pipeline. It's not in a Jenkinsfile, however.
>
> Thanks,
> Pat
>
> The last pipeline definition I used is below:
>
> pipeline {
> agent any
>
> stages {
> stage('Build') {
> steps {
> echo 'Build
I am using a declarative pipeline. It's not in a Jenkinsfile, however.
Thanks,
Pat
The last pipeline definition I used is below:
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building'
checkout([$class: 'GitSCM',
branches: [[name:
On Mon, Feb 1, 2021 at 1:54 PM Patrick Moran wrote:
> Mark,
>
> I tried to reproduce your steps as best I could.
> - I already have git, java and jenkins installed so I did not re-install
> them.
> - I added the git and java paths to the jenkins configuration.
> - I replaced my repo with a public
On Monday, January 4, 2021 at 12:37:52 PM UTC-5 jtho...@cloudbees.com wrote:
> When I saw something like this in the past, it was because the process was
> running out of resources. Specifically when running SpotBugs, I got
> out-of-memory errors. I had to modify the pom to allocate more memor
Mark,
I tried to reproduce your steps as best I could.
- I already have git, java and jenkins installed so I did not re-install
them.
- I added the git and java paths to the jenkins configuration.
- I replaced my repo with a public repo on GitHub since it looks like I
would need credentials t
Hi,
I build a pipeline with Extended Choice Parameter with PT_JSON type, the UI
was generated as expected. I am now on a new jenkins (2.263) with the last
version of the plugin (0.82) and it does not work anymore...
So, I just try to run the official samples of the Extended Choice
Parameter pl