Use GitHub credentials
This commit is contained in:
parent
6277a0e9ce
commit
715d66eccc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
node() {
|
node() {
|
||||||
stage("Checkout") {
|
stage("Checkout") {
|
||||||
deleteDir()
|
deleteDir()
|
||||||
git "https://github.com/omallo/ruby-ex.git"
|
git(url: "https://github.com/omallo/ruby-ex.git", credentialsId: "github-omallo")
|
||||||
}
|
}
|
||||||
|
|
||||||
def semver = sh(script: "mono /usr/local/GitVersion_3.6.5/GitVersion.exe /showvariable FullSemVer", returnStdout: true).trim()
|
def semver = sh(script: "mono /usr/local/GitVersion_3.6.5/GitVersion.exe /showvariable FullSemVer", returnStdout: true).trim()
|
||||||
|
|
Loading…
Reference in a new issue