|
@@ -76,9 +76,11 @@ pipeline {
|
|
git add -A
|
|
git add -A
|
|
git config --global user.email "${JENKINS_MAIL}"
|
|
git config --global user.email "${JENKINS_MAIL}"
|
|
git config --global user.name "Jenkins"
|
|
git config --global user.name "Jenkins"
|
|
|
|
+ echo ${GIT_SSH_KEY}
|
|
|
|
+ cat ${GIT_SSH_KEY}
|
|
GIT_SSH_COMMAND='ssh -i ${GIT_SSH_KEY} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' \
|
|
GIT_SSH_COMMAND='ssh -i ${GIT_SSH_KEY} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' \
|
|
git commit -am 'Version update'
|
|
git commit -am 'Version update'
|
|
- git push
|
|
+ git push origin master
|
|
ls'''
|
|
ls'''
|
|
}
|
|
}
|
|
}
|
|
}
|