master
Fabio 2024-11-06 20:05:53 -03:00
parent 9410ce2f2f
commit 9c5abfdc29
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ pipeline {
stage('Build') {
steps {
script {
echo "Em construção"
// geraVersao()
// build(SETTINGS, ENCODE, 'JDK8.202')
}