Skip to content

Commit 611a5a0

Browse files
committed
fix syntax error
1 parent bafe189 commit 611a5a0

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
@@ -26,8 +26,10 @@ pipeline {
2626

2727
post {
2828
always {
29+
sh '''
2930
docker stop node
3031
docker rm node
32+
'''
3133
}
3234
}
3335
}

0 commit comments

Comments
 (0)