BookmarkSubscribeRSS Feed
rcroyal88
Calcite | Level 5

Hi ,

 

After going through  this page (https://communities.sas.com/t5/SAS-Communities-Library/DevOps-Applied-to-SAS-9-SAS-DI-jobs-the-Git-P...) I have got better understanding  to start with DevOps for SAS DIS .I have also started to work on applying  Devops   for SAS DIS .

I have few questions :

- How the Jenkins script is identifying between old and new package's involved in each release's ?

- Is pipeline script importing all the  *.spk from git while deployment or  taking only the latest updated ? Is this handled via Jenkin script or SAS program.

- Is it possible to utilize all the Devops capability of SAS DIS with physical servers or Only  via SAS Viya ? to what level SAS Viya takes  Devops ?

2 REPLIES 2
Anand_V
Ammonite | Level 13

Hi @rcroyal88 

 

My two cents on your questions below:

 

1) In the current example the Jenkins script is using a single job. You will have to make changes to your Jenkins script with variables to accommodate the feature of choosing which version of .spk files while performing the Jenkins build.

 

2) You will have to capture this logic in the Jenkins pipeline code.

3) There is no restriction as such on using these features until you are on the required SAS and DI version. You should be able to run it on physical or VM.

 

I think Viya is a great platform for apply DevOps principles. It's APIs and CLI's are a great start using which you can start automating stuff. Here are few links related to DevOps on Viya:

https://github.com/sassoftware

https://communities.sas.com/t5/SAS-Communities-Library/DevOps-Applied-to-SAS-Viya-3-5-Run-a-SAS-Prog...

https://communities.sas.com/t5/SAS-Communities-Library/DevOps-Applied-to-SAS-Viya-3-5-Integrate-a-Da...

 

rcroyal88
Calcite | Level 5

Hi @Anand_V 

Thanks  for  your input .

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 649 views
  • 1 like
  • 2 in conversation