Skip to content

Commit

Permalink
fix: ostore_push.jenkins (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
KYSIEMENS authored Oct 11, 2024
1 parent ff188d8 commit a2ff968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bat/ostore_push.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ node('zavijava_rfc') {
echo %Date%
set current_year=%Date:~0,4%
echo current year is %current_year%
set YYYYMMDD=%DATE:~0,4%%DATE:~5,2%%DATE:~8,2%
set YYYYMMDD=%DATE:~10,4%%DATE:~4,2%%DATE:~7,2%

:: verify that the number is numeric, otherwise assume data format
:: is Thu 10/19/2023
Expand Down

0 comments on commit a2ff968

Please sign in to comment.