summaryrefslogtreecommitdiffstats
path: root/jjb/vnfrqts/pre-build-needs.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-01-23VNFRQTS - Final change to pull and upload dataHagop Bozawglanian1-0/+1
Final push to now pull finalized data and upload. Issue-ID: VNFRQTS-798 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: I82c7ddc5217fa3bd396ac5acebc89f8621c94231
2020-01-22VNFRQTS - Pulling artifact causing data overrideHagop Bozawglanian1-1/+0
The merge to upload the data was merged after the pulling fresh data, the job needs to run once to upload data before pulling back down. Issue-ID: VNFRQTS-798 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Ic109215de5f1c86ef9e8b8e5df29a3026c26b141
2020-01-22VNFRQTS - Need to update job to pull artifactHagop Bozawglanian1-0/+1
The job needs to pull data from nexus to run with the latest requirements json file and fail if there is a connection error. Issue-ID: VNFRQTS-798 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: I1bf8803ce78fef8ecb9476c1544b8b78994f06b4
2020-01-20VNFRQTS - Updating jenkins jobs to use python3Hagop Bozawglanian1-1/+1
Need to update the jenkins jobs that build and upload artifacts to python 3 to run properly. Issue-ID: VNFRQTS-795 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Ida5109c2b4bc395c6d65a2b5afbf19bdaa8bef8d
2019-05-03VNFRQTS - Removing wget to store artifact locallyHagop Bozawglanian1-1/+0
Because of connectivity, the JSON isn't being pulled down and being overwritten. The file will be stored locally in VNFRQTS and uploaded to nexus instead of keeping source of truth in nexus. Change-Id: Ia333f385eb84178103b10beb31ea3a71bc72c134 Issue-ID: VNFRQTS-636 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
2019-04-01VNFRQTS - Modify build to keep history in JSONHagop Bozawglanian1-0/+1
Now that the updated JSON artifact includes the history, I need to pull it down before the build to keep the history. Change-Id: Iae92ba2a1fce8064c39f7c5245c07cdc9c161ec7 Issue-ID: VNFRQTS-614 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
2019-03-29VNFRQTS - Modify for initial buildHagop Bozawglanian1-1/+0
The initial build needs to use the local verion of the JSON file to include all metadata. Then I will have to add this line back in to pull the final artifact back. Change-Id: Iea1d5c7528f5ab9eb259331799ccfd58a16c4c78 Issue-ID: VNFRQTS-614 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
2019-03-27VNFRQTS - Fix history issue in JSONHagop Bozawglanian1-0/+1
Need to be able to pull previous JSON so it doesn't ovverride the entire JSON, but just the proper section. Change-Id: Id5165acbad893359e0aeab3fd51b87d161089c9e Issue-ID: VNFRQTS-532 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
2019-02-12VNFRQTS - Update JJB to upload artifactsHagop Bozawglanian1-0/+8
Update the VNFRQTS JJB to upload RAW artifacts to nexus. Change-Id: I34a3239bbe6d0f757c3f71591c8a2c358e67a0e5 Issue-ID: VNFRQTS-538 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>