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.
2 parents 0944d08 + fe8c662 commit 923c53fCopy full SHA for 923c53f
Jenkinsfile
@@ -23,6 +23,7 @@ pipeline {
23
24
stage('Install dependencies') {
25
steps {
26
+ sh 'sudo dnf install -y nodejs || true'
27
sh 'npm install'
28
sh 'npm pack'
29
}
0 commit comments