Thanks Dan.
Did you see the recommendation to use MySQL for production grade usage of
Pipeline Maven integration instead of the embedded H2 database?
See
https://wiki.jenkins.io/display/JENKINS/Pipeline+Maven+Plugin#PipelineMavenPlugin-UsingaMySQLDatabase(since3.6.0)
Cyrille
On Wednesday, Marc
Adding a comment to not forget that this thread is not done
On Friday, March 22, 2019 at 10:01:47 AM UTC+1, Aaron Digulla wrote:
>
>
>
> On Thursday, March 21, 2019 at 4:20:54 PM UTC+1, Cyrille Le Clerc wrote:
>>
>>
>> >> Please see new FAQ entry
>> https://wiki.jenkins.io/display/JENKINS/Pipelin
@Benjamin can you please create a jira issue, it's easier for us to follow
up.
On Monday, March 25, 2019 at 9:40:57 AM UTC+1, Benjamin Tocquec wrote:
>
> Not really closed !
> For a new project, it won't be added to downstream list of its parent
> project unless its status is STABLE.
>
> So
Strings using single quotes do not do variable expansion; you must use
double quotes to have the variables expand.
So:
'$var' is the literal string $var
"$var" expands to the string value of the variable $var
and the same is true for multi line strings
'''
$var
'''
does not expand
"""
Hello
I need to resolve last problem related with building on dockerized jenkins
slave. Slave didn't see "docker" command but I googled that I should run
image with below:
-v /var/run/docker.sock:/var/run/docker.sock
Of course it did not resolve problem with seeing of "docker" command. I
should r
Am Mittwoch, den 17.04.2019, 11:22 +0200 schrieb Piotr Bracha:
Slave didn't see "docker" command
Wonder why it would be needed. We run builds on Docker agents, too, but never
needed the docker command itself inside the container.
Bye...
Dirk
--
Dirk Heinrichs
Senior Systems Engineer, Deliver
I need, because I build an application image on this docker jenkins slave
and then I need push it to repo. I use "docker build" and "docker push"
commands. They are visible from slave but unable to execute due to
permission error.
śr., 17 kwi 2019 o 13:07 Dirk Heinrichs napisał(a):
> Am Mittwoch
Hi,
How do i have to install this JDK while it is not in listed from
java.sun.com
With kind regards, Wil
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenk
I see Oracle Java SE Development Kit 8u211 at
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
.
If that were not available, you could also consider downloading the Amazon
Corretto 8 from
https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.
I guess you mean Pipeline: Groovy 2.54? The current version is 2.66. My guess
is that your version of Jenkins is old, and you updated Pipeline: Groovy to a
version that requires a newer version of Jenkins (although you should have seen
a warning if this happened) and so workflow-cps or some depe
Hi,
Thank you for your quick reply Mark, but that's not the answer to my
question.I don't think my question is clear.
In Jenkins > Manage > Global Tool Configuration > JDK installlations you
can install a JDK with the installer from java.sun.com
Normaly it is possible to select a JDK from a dro
Review the new terms of the license agreement for Oracle JDK 8. If they
are acceptable, then you can download the Oracle JDK binaries, place them
on a local location where your agents can find them, and add a JDK
installer to Jenkins for that location.
The new Oracle JDK 8 license terms are more
Hi,
Thank you Mark.
I use the *Extract *.zip/*.tar.gz installer.*
*I downloaded the jdk-8u212-windows-x64.exe file, i converted to a .zip
archive and put it on a specific location, but in Jenkins i must fill in he
download location for the binary archive. I'm sorry, but i don't know the
exact u
Hi,
Thanks for the reply. So, yes just checked regarding groovy plugin.
Apparently it seems like one of the dependency plugin Sauce ondemand plugin
is missing - its one of the plugin on which the pipeline groovy plugin is
dependent on, which in general gets installed.
But, while installing that
14 matches
Mail list logo