Requesting IBMi dependency build from ANT
I'm trying to make a small wrapper ant script in standard ANT, that will:
1. Request dependency build
2. Request package
3. request deploy
I'm now trying to request the dependency build using <requestTeamBuild>, but I get the following error:
Why is it trying to run the build as the "ccm_user"? I'm specifying userId="RTCBUILDER" in the <requestTeamBuild> tag.
Any comment appreciated
/Morten.
1. Request dependency build
2. Request package
3. request deploy
I'm now trying to request the dependency build using <requestTeamBuild>, but I get the following error:
com.ibm.team.repository.common.LicenseNotGrantedException: An error response was received from the Jazz Team Server. Status=400. Message: CRJAZ1848E To perform the "com.ibm.teamz.build.rbe.dependency" operation,
the user (userid="ccm_user") must have one of the following licenses that are installed on the server:
Developer for IBM Enterprise Platforms. The server administrator can assign licenses.
Why is it trying to run the build as the "ccm_user"? I'm specifying userId="RTCBUILDER" in the <requestTeamBuild> tag.
Any comment appreciated
/Morten.
** EDIT - added build XML **
One answer
Hi Morten, can you paste the XML for this task? And which version are you using?
Comments
showing 5 of 6
show 1 more comments
Comments
Morten Madsen
Sep 23 '14, 4:30 a.m.Morten Madsen
Sep 25 '14, 5:47 a.m.Morten Madsen
Oct 02 '14, 4:50 a.m.