We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611a5a0 commit 9a0228bCopy full SHA for 9a0228b
Jenkinsfile
@@ -16,6 +16,7 @@ pipeline {
16
steps {
17
echo "test pipeline"
18
sh '''
19
+ cd /app
20
npm install --save-dev jest
21
docker exec -it node sh -c 'npm test jest'
22
'''
0 commit comments