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 @@ -40,21 +40,21 @@ steps:
4040 packageType : ' maven'
4141 feed : ' 18837db9-b003-4158-aea6-2cbe5db0f9f0/2243676f-5a13-4f9a-842a-0d4b65c80104'
4242 definition : ' trivadis.tvdcc:tvdcc'
43- version : ' 4.2.2 '
43+ version : ' 4.2.3 '
4444 files : ' *.jar'
4545 downloadPath : ' $(Pipeline.Workspace)'
4646
4747- task : Bash@3
4848 inputs :
4949 targetType : ' inline'
50- script : for f in $(Pipeline.Workspace)/tvdcc-4.2.2 *.jar; do echo $f; mv $f $(Pipeline.Workspace)/tvdcc.jar; done
50+ script : for f in $(Pipeline.Workspace)/tvdcc-4.2.3 *.jar; do echo $f; mv $f $(Pipeline.Workspace)/tvdcc.jar; done
5151
5252- task : DownloadPackage@1
5353 inputs :
5454 packageType : ' maven'
5555 feed : ' 18837db9-b003-4158-aea6-2cbe5db0f9f0/2243676f-5a13-4f9a-842a-0d4b65c80104'
5656 definition : ' trivadis.oracle:plsql'
57- version : ' 4.1.2 '
57+ version : ' 4.1.3 '
5858 files : ' *.jar'
5959 downloadPath : ' $(Pipeline.Workspace)/lib'
6060
You can’t perform that action at this time.
0 commit comments