=Safari
mvn clean test -Psmoke
if (currentBuild.result == 'FAILED')
build 'rollback-job'
}
}
}
}
On Thursday, August 16, 2018 at 4:25:22 PM UTC-7, nup wrote:
>
> Hi,
>
> I have a build step in jenkinsfile as smoke
Hi,
I have a build step in jenkinsfile as smoke test. I would like to see if
that smoke test fails then trigger another jenkins job. Basically, I have a
rollback jenkins job that is not part of the pipeline, but in pipeline If
my smoke test fails then it triggers my rollback jenkins job.
Any
backend API.
>
> On Thu, Apr 5, 2018 at 11:25 AM nup >
> wrote:
>
>> Hi All,
>>
>> I have blueocean pipeline that I was using months ago connected with
>> bitbucket repo. Recently I tried to use the same pipeline in the blue
>> ocean, but after addin
Hi All,
I have blueocean pipeline that I was using months ago connected with
bitbucket repo. Recently I tried to use the same pipeline in the blue
ocean, but after adding information for "Which project does the repository
belong to?"
Selected my repo, but the little blue circle keeps spinnin
ou go to
create a Bitbucket Cloud pipeline or edit an existing one you should be
prompted for your credential again.
On Thursday, December 7, 2017 at 11:22:10 AM UTC-7, nup wrote:
>
> Hi,
>
> I have a blueocean pipeline that was working until yesterday as my
> password for bitbucke
Hi,
I have a blueocean pipeline that was working until yesterday as my password
for bitbucket was changed. I am seeing 401 error running my
blueocean pipeline job, but I cannot find credentials that are saved in
Jenkins so I can remove them or change the password so my job won't fail.
I ha
Anyone has any suggestions would be greatly appreciated?
Regards,
On Friday, November 10, 2017 at 1:21:34 PM UTC-7, nup wrote:
>
> Hi,
>
> I am using the blueocean pipeline that is using maven and jdk defined in
> jenkins file as follows:
>
> pipeline {
>
Hi,
I am using the blueocean pipeline that is using maven and jdk defined in
jenkins file as follows:
pipeline {
agent any
tools {
maven 'Maven 3.3.9'
jdk 'jdk 1.8'
}
For each step in pipline, I see the following message pop up.
Fetches the environment variables for a given
Hi,
Has anyone been able to successfully deploy the artifact to Nexus from
Jenkins using blueocean pipeline?
I have tried the following pipeline getting failure, but in my log file for
stage Deploy to Nexus does not show any errors.
stage('Deploy to Nexus') {
steps {
ne
Hi,
I have been trying to get SonarQube Quality gate to work with latest
blueocean on Jenkins, but it does not seem to work. I am a beginner with
blueocean pipeline so any help in fixing this issue would be greatly
appreciated. Please, note the build works and sonarqube report is
generated,
Hi,
Having a strange issue where I can add the repo name and user when creating
blueocean pipeline with Bitbucket Could connection. My credentials are
permanently stored to and I cannot figure out how to remove them. Stuck at
the attached screen shot with My Repo and nothing goes further.
<
11 matches
Mail list logo