Has anyone pushed code to NS via a Jenkins pipelin...
# sdf
c
Has anyone pushed code to NS via a Jenkins pipeline? Second question, is it possible to push a file to a
SuiteBundles
folder via a restlet call?
b
Not with Jenkins, but am currently doing with Gitlab pipelines. https://gitlab.com/tolaeon/sdf-starter/-/blob/feature/test-sb-deploy/.gitlab-ci.yml
I think the concepts are pretty interoperable between gitlab and jenkins pipelines
c
Wow, thanks! I'm gonna dig into this.
👍 1
c
I've done some stuff w/ jenkins and netsuite but I also like the bitbucket pipelines which you should be able to use the node cli
works well in a product environment but if you're just doing 1 offs for people its a bit much JUST for that
👍 1
a
We are working on a default DOCKER image to use SuiteCloud SDK tools so you can use that image in your pipelines (gitlab, bitbucket, github, etc). https://github.com/oracle/netsuite-suitecloud-sdk/pull/52
👏 3
😋 1
c
Ooooh... this is getting even more interesting.
a
😄
in what way?
b
Oh good, it'll be nice to have one less thing to maintain. Thanks for the heads up @Albert Margarit (NS Eng Lead)
a
np!
b
@Albert Margarit (NS Eng Lead) is this docker image available in any public registries?
a
not yet
👌 2
c
Well, @Albert Margarit (NS Eng Lead) I'm tasked with maintaining and expanding a bundle with 800+ installs and we absolutely need to be able to have a CI/CD pipeline in order to support automated testing of the solution. This could really help with that if I have command line access to the File Cabinet.
a
Are you planning to move to SDF? It may be easier to enable CI/CD for SDF-based projects
c
I've been reading up on this all day today and yesterday. I think it's the right choice.