Re: jenkinsfile failed step triggers another jenkins job.

2018-08-20 Thread nup
=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

jenkinsfile failed step triggers another jenkins job.

2018-08-16 Thread nup
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

Re: blueocean bitbucket repo in loading mode forever

2018-04-05 Thread nup
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

blueocean bitbucket repo in loading mode forever

2018-04-05 Thread nup
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

Re: boueocean credentials in jenkins

2017-12-07 Thread nup
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

boueocean credentials in jenkins

2017-12-07 Thread nup
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

Re: blueocean FOO=bar

2017-11-17 Thread nup
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 { >

blueocean FOO=bar

2017-11-10 Thread nup
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

blueocean nexus artifact uploader pipeline

2017-10-25 Thread nup
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

blueocean SonarQube Quality gate not working

2017-09-08 Thread nup
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,

blueocean pipeline bitbucket repo name cached credentials ?

2017-09-06 Thread nup
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. <