Moving Jenkins credentials to Google Secret Manager

2020-08-31 Thread Tomer Tuchner
Hello, Is it possible to move Jenkins Credentials to Google Secret Manager , and read it from Jenkins to use in differen

pipeline-maven 3.9.0-beta-1

2020-08-31 Thread Arnaud Héritier
Hi community, We are looking for testers to validate this new release. The version 3.9.0-beta-1 is now available in the Experimental Update Center or can be downloaded from: https

How to start, in a Jenkinsfile, a multibranch job inside a Bitbucket folder?

2020-08-31 Thread Amedee Van Gasse
In a Jenkinsfile, to start a parameterized pipeline job from another job, I have this code snippet: build job: 'build-sharpen-branch', parameters: [ [$class: 'StringParameterValue', name: 'BRANCHNAME', value: mergeBranchname] ] This already works as expected, and it will sta