I have a pipeline which does a maven build. During the integration test
phase I invoke another Jenkins job.
Is there a way to expose parts of the build process while I'm inside a
Maven build?
// Jenkinsfile
node {
stage(‘Compile’) {
sh ‘mvn clean install’
}
}
// po
I'm trying to ease transition our build test process to Jenkins. To date,
everything is manual. Our final checkout is an integration test that runs as
to processes and their startup has an order dependency. Both proccesses never
exit in a success case...they have to be killed.
I hav
I've not been able to use an ssh authenticated git URL with a Windows
Jenkins agent running as a service. Refer to
https://issues.jenkins-ci.org/browse/JENKINS-20356 for the details of that
bug.
I have been able to consistently use ssh keys with the Jenkins agent
running from a Windows desktop, t
Dear sir's I'm new to seting up of Jenkins and have issues integrating with
my GIt/SSH server.
Running Jenkins on a Windows 7 machine, while my GIT repository is on a
Ubuntu Linux (10.0.0.131)
I've tried to understand the explained issues with integration, but seams
fetch hangs as bellow
S
t
> jobs from the build job, there are various ways to do that, such as using
> promoted builds.
>
> Eric
>
> On 2/3/2014 10:01 AM, Alon Segal wrote:
>
> I looked into that option.
> The thing is that the build is on a single platform, only the integration
> t
into that option.
The thing is that the build is on a single platform, only the
integration test (post-build step) is multi-platform.
Maybe I'm missing something here?
On Monday, February 3, 2014 4:30:11 PM UTC+2, Alon Segal wrote:
Hi,
I'm running Jenkins on a machine that has b
I looked into that option.
The thing is that the build is on a single platform, only the integration
test (post-build step) is multi-platform.
Maybe I'm missing something here?
On Monday, February 3, 2014 4:30:11 PM UTC+2, Alon Segal wrote:
>
> Hi,
> I'm running Jenkins on
e as a post-build step, which triggers the
> integration test.
> This batch file is testing only the Mssql.
> Now, I want to run another batch file simultaneously which is testing the
> oracle, and be able to monitor the 2 batch files separately.
>
> Does anyone have any idea?
>
Hi,
I'm running Jenkins on a machine that has both Oracle an Mssql installed on.
I am running a batch file as a post-build step, which triggers the
integration test.
This batch file is testing only the Mssql.
Now, I want to run another batch file simultaneously which is testing the
oracle