Commit f21c4ace authored by Marco Ortiz's avatar Marco Ortiz

.

parent c2eb5490
...@@ -24,13 +24,11 @@ pipeline { ...@@ -24,13 +24,11 @@ pipeline {
} }
} }
stages {
stage('Install2') { stage('Install2') {
steps { steps {
echo "Branch is ${PACKAGE_VERSION}..." echo "Branch is ${PACKAGE_VERSION}..."
} }
} }
}
// stage('Test') { // stage('Test') {
// parallel { // parallel {
......
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