I am testing pipeline configuration script with below code,
#!groovy
node("jenkins-slave") {
try {
stage("Checkout") {
checkout([$class: 'GitSCM',
branches: [[name: 'test']],
doGenerateSubmoduleConfigurations: false,
userRemoteConfigs: [[
credentialsId: '6a
I am observing this issue with freestyle job as well. Username & password
(provided through credentials plugin) is not working with github git
cloning.
Any help will be highly appreciated.
Thanks,
Hound
On Friday, July 7, 2017 at 5:48:19 PM UTC-7, Hound G wrote:
>
> I am testin
I am trying to write a pipeline script which does "Perform Maven Release"
functionality. I am unable to figure out a way to automatically calculate
release version like the maven plugin does.
Can anyone help ?
Thanks,
Hound
--
You received this message because you are subscribed to the Googl