Seems to me like you have set "Other jobs on which this job depends" on
job #2 to something that doesn't exist?
/B
2018-02-16 14:40 GMT+01:00 Morch, Holger :
> Dear Jenkins Users,
>
> dear Mr. Sandell and Mr. Westling,
>
>
>
> We are using the Gerrit Trigger Plugin to run automated verify jobs.
Not sure what is your question/request here
On Monday, February 19, 2018 at 6:43:41 PM UTC+1, vikram reddy wrote:
>
> display details the of below metrics
> Pipeline capabilities usage (how many use sonar, how many use nexus, etc)
> How many apps have a pipeline at all
>
--
You received this
Hi,
Take a look at:
https://wiki.jenkins.io/display/JENKINS/Git+Parameter+Plugin and
https://stackoverflow.com/questions/10433105/dynamically-fill-jenkins-choice-parameter-with-git-branches-in-a-specified-repo
or
https://gist.github.com/eeichinger/9761870
Björn
--
You received this message b
Hi
my declarative pipeline invoking withMaven + takari wrapper, it bails if I
don't define maven label
withMaven( maven: 'M3') {
bat "./mvnw "
}
Without maven defined, it errors out as
ERROR: Could not find maven executable, please set up a Maven
Installation or con
Hello Dan,
I guess you want to file a bug report. I suspect not that many people use
the takari maven wrapper, and even less also using the pipeline-maven
plugin with.
But for me it looks like a legitimate use case.
Cheers!
2018-02-20 18:51 GMT+01:00 Dan Tran :
> Hi
>
> my declarative pipeline
I want to selectively build branches. So anything that is committed to
master is built automatically, but in order to build a specific branch a
user has to run "build with parameters" and choose the branch to build
As for the pipeline job, yes with jenkins groovy dsl. All the parameters
are def
I have been setting up pipeline job in Jenkins which is basically aimed at
checking out code from Subversion, build and deploy it into Weblogic, run
Cucumber test and then send out an email notification.
PFB my environment related information:
Java 1.8
Weblogic 12c
SMTP server(For mailing)
My p
I have been setting up pipeline job in Jenkins which is basically aimed at
checking out code from Subversion, build and deploy it into Weblogic, run
Cucumber test and then send out an email notification.
PFB my environment related information:
Java 1.8
Weblogic 12c
SMTP server(For mailing)
My p
The RunWithSCM class is part of Jenkins core. The report of class not
found for a class in Jenkins core is quite surprising. You say that you're
running "Java 1.8". Are you running Oracle Java 1.8, OpenJDK 1.8, or IBM
Java 1.8? If you're using IBM Java 1.8, then there are known problems
running