Skip to content

Commit 1896f36

Browse files
authored
Update Jenkinsfile
1 parent b22d090 commit 1896f36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
stage 'Init'
22
node {
33
checkout scm
4-
sh 'echo $BRANCH_NAME'
4+
bat 'echo $BRANCH_NAME'
55
}
66
if (env.BRANCH_NAME == 'master') {
77
stage 'Only on master'

0 commit comments

Comments
 (0)