Skip to content

Commit e577e7d

Browse files
authored
Update jen.jenkins
1 parent 39cf905 commit e577e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jen_files/jen.jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pipeline {
5151
ssh root@ds1 'bash -s' < inst.sh
5252
echo $USERNAME
5353
echo $PASSWORD
54-
ssh -t root@ds1 hostname; docker login --username $USERNAME --password $PASSWORD; docker run --name myfb -d -p 80:80 devslavus/my-first-blog:latest
54+
ssh -t root@ds1 "hostname; docker login --username $USERNAME --password $PASSWORD; docker run --name myfb -d -p 80:80 devslavus/my-first-blog:latest"
5555
'''
5656
}
5757
}

0 commit comments

Comments
 (0)