Hi Our business unit and client implementation wants to see the Build and Deployment history in a different format within our corporate administration portal.
Planning to do the following - In the build project I want to capture items like - ProductName (Project), ClientName, Version, Label, DateTime, Builder etc. (and write it to a DB) - In the deploy project I want to capture the following - ProductName (Project), Client, Region, Verison, Label, DateTime, Deployer (and write it to a DB) Any suggestion on what is a good way to achieve this.. - Do we write a plugin? (any quick pointer on this) - Do we create an Exe and pass it the appropriate parameters as the last step in the process?. Another potential job that will will create is the Scheduler Job - This job will move the build artifact into some Staging area so that the deploy process can pick that up and deploy it during the outage window (time-based trigger). But we might need some plugin to read the tables to do some validation (Error checking ) before staging the build package so that incorrect versions do not get scheduled for promotion into higher regions. So I think we might need to create another plugin to actually read the contents of the tables and provide that to the CCNET for Error check - IDEAs/Suggestions? Thanks -- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
