Skip to content

Commit 9b17aa8

Browse files
HassanHaidarjenkins
andauthored
Fix git checkout in Jenkinsfile (#103)
Co-authored-by: jenkins <jenkins@cloudops.com>
1 parent 83cfe60 commit 9b17aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ pipeline {
3535
releaseTypeName = params.BUMP
3636
sh 'git config user.name "jenkins"'
3737
sh 'git config user.email "jenkins@cloudops.com"'
38+
sh 'git checkout master'
39+
sh 'git pull'
3840
}
3941
}
4042
}

0 commit comments

Comments
 (0)