We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef9331 commit 27d733fCopy full SHA for 27d733f
1 file changed
Jenkinsfile
@@ -0,0 +1,11 @@
1
+pipeline {
2
+ agent any
3
+ stages {
4
+ stage('build') {
5
+ steps {
6
+ sh 'npm install -g clever-tools'
7
+ }
8
9
+
10
11
+}
0 commit comments