Re: Is there a yaml checker/sanitizer for Jenkins pipeline jobs?

2019-10-12 Thread Tony Cappellini
Thanks- this might work for yank files but I can’t see how it would work for pipeline jobs that have embedded yaml. This yaml gets edited just before the use clicks the BUILD button. Essentially, I need to call the yaml sanitizer just after BUILD is clicked, but before Jenkins parses it. On Sat,

Re: Trying to deploy c++ code in jenkins | please help

2019-10-12 Thread Andrey Kislyak
Upgrade gcc/g++ to version 6.xx or 7.xx. 4.xx not support cpp11. сб, 12 окт. 2019 г., 18:37 Jeevan Podduturi : > Hi All, > > I am new Jenkins and deployments and trying to c++ code in to jenkins > please refer below mentioned error code and advice/guide me how to resolve > the issue > >

Is there a yaml checker/sanitizer for Jenkins pipeline jobs?

2019-10-12 Thread Ivan Fernandez Calvo
We use pre-commit on a stage, pre-commit has a bunch of linters, syntax check, YAML linter, JSON linter, best practices check on code and scripts, https://pre-commit.com/ also you can configure it to run locally as a git hook to check your project before commit something -- You received

Re: I want deploy C\C++ projects in to jenkins and maveen, please advice guide and help me how to process this deployment

2019-10-12 Thread Jeevan Podduturi
Hi Jan Monterrunio, i am new to jenkins and maven. Initially i want to deploy in locally(inside of jenkins) later on i will add jenkin slave and deploy in linux vm. please help\guide me on process of this deployment.. Thanks, Jeevan. On Saturday, September 7, 2019 at 3:05:45 AM UTC+8, Jan

Re: I want deploy C\C++ projects in to jenkins and maveen, please advice guide and help me how to process this deployment

2019-10-12 Thread Jeevan Podduturi
Hi Jan Monterrunio, i am new to jenkins and maven. instaly i want to deploy in locally(inside of jenkins) later on i will add jenkin slave and deploy in linux vm. please help\guide me on process of this deployment.. Thanks, Jeevan. On Saturday, September 7, 2019 at 3:05:45 AM UTC+8, Jan

Trying to deploy c++ code in jenkins | please help

2019-10-12 Thread Jeevan Podduturi
Hi All, I am new Jenkins and deployments and trying to c++ code in to jenkins please refer below mentioned error code and advice/guide me how to resolve the issue Error : /usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error de mhis file requires compiler and library support