Skip to content

Commit

Permalink
added manual github deploy keys to jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitvj authored Apr 12, 2024
1 parent 7b82d81 commit d4c1c45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ pipeline {
stage('Checkout') {
steps {
cleanWs()
// checkout scm
git branch: 'main', credentialsId: 'GithubKey', url: '[email protected]:arjbingly/Capstone_5.git'
checkout scm
}
}

Expand Down Expand Up @@ -118,7 +117,6 @@ pipeline {
}
post {
failure{

sh 'python3 ci/modify_test_status.py --fail'
sh 'git add README.md'
sh 'git commit -m "test status updated"'
Expand Down

0 comments on commit d4c1c45

Please sign in to comment.