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 b9ef11e commit 1ec9509Copy full SHA for 1ec9509
Jenkinsfile
@@ -62,6 +62,7 @@ pipeline {
62
stage('Backend') {
63
steps {
64
echo 'Checking Syntax ...'
65
+ sh 'docker pull node:latest'
66
// See: https://github.com/yarnpkg/yarn/issues/3254
67
sh '''docker run --rm \\
68
-v "$(pwd)/backend:/app" \\
0 commit comments