pipeline { agent { docker { image 'public.ecr.aws/sam/build-nodejs14.x' } } stages { stage('build') { steps { sh 'sam build' sh 'sam deploy --no-confirm-changeset --no-fail-on-empty-changeset' } } } }
-
Notifications
You must be signed in to change notification settings - Fork 0
sardaralii/jenkins-file-for-testing
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published