pipeline {agent anyparameters {stringParam(defaultValue: 'ssh://xxxx/yyyy/zzz.git', description: '', name: 'gitUrl')stringParam(defaultValue: 'master', description: '', name: 'gitBranch')}properties {buildDiscarder(logRotator(numToKeepStr:'2'))disableConcurrentBuilds()}stages {stage ('checkout') {steps {git url: '${params.gitUrl}', branch: '${params.branch}'}}}}
> git fetch --tags --progress ${params.gitUrl} +refs/heads/*:refs/remotes/origin/* ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from ${params.gitUrl}
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAA5t8VoVWXOKxhJyJCsh7gqC2bvoTxyZF117WAjp9-9LJBbybw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.