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