File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,21 +39,21 @@ steps:
3939 packageType : ' maven'
4040 feed : ' 18837db9-b003-4158-aea6-2cbe5db0f9f0/2243676f-5a13-4f9a-842a-0d4b65c80104'
4141 definition : ' trivadis.tvdcc:tvdcc'
42- version : ' 4.1.3 '
42+ version : ' 4.2.1 '
4343 files : ' *.jar'
4444 downloadPath : ' $(Pipeline.Workspace)'
4545
4646- task : Bash@3
4747 inputs :
4848 targetType : ' inline'
49- script : for f in $(Pipeline.Workspace)/tvdcc-4.1.3 *.jar; do echo $f; mv $f $(Pipeline.Workspace)/tvdcc.jar; done
49+ script : for f in $(Pipeline.Workspace)/tvdcc-4.2.1 *.jar; do echo $f; mv $f $(Pipeline.Workspace)/tvdcc.jar; done
5050
5151- task : DownloadPackage@1
5252 inputs :
5353 packageType : ' maven'
5454 feed : ' 18837db9-b003-4158-aea6-2cbe5db0f9f0/2243676f-5a13-4f9a-842a-0d4b65c80104'
5555 definition : ' trivadis.oracle:plsql'
56- version : ' 4.1.1 '
56+ version : ' 4.1.2 '
5757 files : ' *.jar'
5858 downloadPath : ' $(Pipeline.Workspace)/lib'
5959
You can’t perform that action at this time.
0 commit comments