master
Fabio 2024-11-06 20:14:32 -03:00
parent 6d2834660e
commit d7a7b804ed
1 changed files with 1 additions and 1 deletions

View File

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