Mask Passwords for Declarative Pipeline

2019-02-18 Thread Traiano Welcome
Hi I have a large number of pipelines written in declarative pipeline script. The scripts wrap bash scripts which expose passwords when run. I'd like to use to mask the passwords out from the ui and have looked at maskpasswords plugin, however the plugin seems to be written for the procedural

Re: I'm trying to learn Jenkins Pipeline - pointers to good programmer documentation? Or is Jenkins World the place I should go????

2017-08-02 Thread Traiano Welcome
+1 for this question. On Wed, Aug 2, 2017 at 3:24 AM, Carruth, Rusty wrote: > I’ve read the “getting started with pipeline” pages ( > https://jenkins.io/doc/book/pipeline/getting-started/). > > > > I’ve spent literally hours looking for something really helpful, in one

Tutorial/Example for Semantic Versioning with Jenkins

2017-08-01 Thread Traiano Welcome
Hi all! I'm trying to set up a poc on semantic versioning with jenkins. I see the semantic versioning plugin, however I don't find any materials on the net, like a tutorial that shows me how to set up an example and actually use it in practice. Would anyone be able to give me a rough example

Re: Pushing docker container from Jenkins pipeline stage: /tmp/hudson147937620201668461.sh: docker: not found

2017-07-12 Thread Traiano Welcome
Fixed this by simply moving the build off the master onto a slave. On Wednesday, 12 July 2017 15:44:01 UTC+4, Traiano Welcome wrote: > > Hi All > > I have a jenkins pipeline step which simply logs in to google's docker > container registry service and pushes the image. >

Pushing docker container from Jenkins pipeline stage: /tmp/hudson147937620201668461.sh: docker: not found

2017-07-12 Thread Traiano Welcome
Hi All I have a jenkins pipeline step which simply logs in to google's docker container registry service and pushes the image. The Build step is implemented as the following set of shell commands: cat > ~/docker_key.json <<'endmsg' { . . } endmsg docker login