File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4040 packageType : ' maven'
4141 feed : ' 18837db9-b003-4158-aea6-2cbe5db0f9f0/2243676f-5a13-4f9a-842a-0d4b65c80104'
4242 definition : ' trivadis.tvdcc:tvdcc'
43- version : ' 4.3.0-snapshot '
43+ version : ' 4.3.0'
4444 files : ' *.jar'
4545 downloadPath : ' $(Pipeline.Workspace)'
4646
@@ -54,14 +54,15 @@ steps:
5454 packageType : ' maven'
5555 feed : ' 18837db9-b003-4158-aea6-2cbe5db0f9f0/2243676f-5a13-4f9a-842a-0d4b65c80104'
5656 definition : ' trivadis.oracle:plsql'
57- version : ' 4.2.0-snapshot '
57+ version : ' 4.2.0'
5858 files : ' *.jar'
5959 downloadPath : ' $(Pipeline.Workspace)/lib'
6060
61+ # for snapshot versions of plsql only
6162- task : Bash@3
6263 inputs :
6364 targetType : ' inline'
64- script : for f in $(Pipeline.Workspace)/lib/plsql-4.2.0-20 *.jar; do echo $f; mv $f $(Pipeline.Workspace)/lib/plsql-4.2.0-SNAPSHOT.jar; done
65+ script : for f in $(Pipeline.Workspace)/lib/plsql-4.2.0*.jar; do echo $f; mv $f $(Pipeline.Workspace)/lib/plsql-4.2.0-SNAPSHOT.jar; done
6566
6667
6768- task : Maven@3
You can’t perform that action at this time.
0 commit comments