Commit 7d8c6789 authored by Marco Ortiz's avatar Marco Ortiz

.

parent de03162f
...@@ -21,6 +21,12 @@ pipeline { ...@@ -21,6 +21,12 @@ pipeline {
sh 'npm install' sh 'npm install'
sh 'npm i -D typescript@3.4.3' sh 'npm i -D typescript@3.4.3'
} }
}
}
stages {
stage('Install2') {
steps {
echo "Branch is ${PACKAGE_VERSION}..." echo "Branch is ${PACKAGE_VERSION}..."
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment