removed unused vars

This commit is contained in:
Roberto Cirillo 2022-04-15 14:59:34 +02:00
parent ce8f40f7fa
commit 72347be1a7
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -16,9 +16,7 @@ pipeline {
steps {
sh '''
date=`date`
echo "#Build ${PIPELINE_BUILD_NUMBER},," > $ACTION_REPORT
echo "#StartTime ${date},," >> $ACTION_REPORT
echo "Project,Repo,Result" >> $ACTION_REPORT
echo "#Build ${PIPELINE_BUILD_NUMBER},,"
'''
}
}