Commit f21c4ace authored by Marco Ortiz's avatar Marco Ortiz

.

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