Skip to content

Commit f0082f5

Browse files
committed
Fix syntax error in shell script for deploy
Ubuntu uses dash as default shell thus explicitly call bash.
1 parent 6e92f59 commit f0082f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pipeline {
5555
steps {
5656
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
5757
sh '''
58+
#!/bin/bash
5859
deployM2ERepository()
5960
{
6061
echo Deploy m2e repo to ${1}

0 commit comments

Comments
 (0)