Skip to content

Commit

Permalink
Revert to the first ones
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodamn committed May 28, 2019
1 parent 878c0bf commit 260aa93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ node ('wdio') { // you probably have nodes with different label in your Jenkins

git url: 'git@github.com:nikodamn/wdio-base.git',
// You probably need to use different credentials
credentialsId: 'b133f478-47bf-4a73-817a-c618cee7da55',
credentialsId: 'bd3cf712-39a7-4b16-979e-ff86208ab2ea',
branch: 'master'
sshagent(credentials: ['b133f478-47bf-4a73-817a-c618cee7da55']) {
sshagent(credentials: ['bd3cf712-39a7-4b16-979e-ff86208ab2ea']) {
//Clean any local changes and untracked files, then fetch and checkout
sh "git reset --hard"
// Clean ignored files and directories like 'build'
Expand Down

0 comments on commit 260aa93

Please sign in to comment.