revision.txt
to get updated after the mvn release finishes. Or maybe there's some
other way to invoke checkout so that it updates revision.txt to match
the workspace, rather than the other way around. Thanks.
-Joel
-shaded.jar.
Return code is: 422, ReasonPhrase: Unprocessable Entity. -> [Help 1]
The shaded artifact is online though.
Running the same Maven command locally results with no error.
Is this a problem with Jenkins, Maven or GitHub? (or me)?
Regards,
Joel
--
You received this message because
I am unable to run FitNesse tests on a remote host through JNLP.
The Jenkins project console log shows the build up to that point is
perfect, but then fails after the message:
"running Fitnesse test on http://localhost...";
How is the remote host name or IP configured through JNLP?
The plugin c
There might be a couple possible explanations here. First and my guess at
most likely cause is that "you" (meaning the Jenkins slave agent executing
your code) does not have read access to your applicationHost.config and/or
the config parent directory. In my fairly default environments only SYST
Not a lot of information on how your Jenkins master and/or slaves are
configured. But you need to make sure that your Windows host is properly
configured as a slave to your Jenkins master. Make sure that the host in
question show a status of connected in Manage Jenkins > Manage Nodes.
Typically
This seemed to work for me:
stage("Testing"){
node ("VS2013") {
echo "Substage running on Windows"
bat "echo user %USERDOMAIN%\\%USERNAME%"
}
}
I don't know if it was your cut and paste or if you were in fact not
properly encapsulating the stage { ... }. I would have expe
I ran into the same problem. I assume you're trying to do it in a System
Groovy Script. If so, that's the problem. The System Groovy Scripts run
under the version of Groovy built into Jenkins. In my case, it's 1.8.5.
You'll probably need to run this in a non-system Groovy Script. Then you
Hello every one, I'm trying o build a .war file using Grails. For this I
already Installed Grails on my Jenkins Node and on the way I did it, before
start using Grails commands form build the War, I have to set the source of
the Grails Commands. I have to do:
$ source "$HOME/.sdkman/bin/sdkman
Yes brother but it accept the command but do nothing
El mié, 25 nov 2020 a las 9:43, zil...@gmail.com ()
escribió:
> Have you tried
>
> $ sudo source "$HOME/.sdkman/bin/sdkman-init.sh"
>
>
> On Monday, November 23, 2020 at 1:54:23 PM UTC-5 jibs...@gmail.com wrote:
>
>>
>> Hello every one, I'm try
Well I solved the problem, I used "sudo" before the commands and it started
to work, anyhow I ran the command
"root/.sdkman/candidates/grails/3.3.2/bin/grails war" and all started to
work. Thanks for your help
El mar, 1 dic 2020 a las 10:30, Rishi Gautam ()
escribió:
> Is there any way to enable
;master" branch, it only has a "development" branch.
>From the docs
(https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step/) it says that
leaving the branch empty means it will scan all branches, so I was
expecting it to checkout the "development" branch. Bu
I think that you want to use the
> branch that was already determined by the multibranch pipeline that started
> the job. So long as you are inside a multibranch pipeline, the settings
> for the
>
> On Fri, Oct 16, 2020 at 6:07 AM 'Joel Ng' via Jenkins Users <
> je
12 matches
Mail list logo