Spawn CentOS Linux release 7.8.2003 (Core) VM instance in GCP or AWS and deploy python code using Jenkins CI/CD application

2020-05-06 Thread Kaushal Shriyan
Hi, Is there a way to spawn VM instance in AWS or GCP for example running CentOS Linux release 7.8.2003 (Core) using Jenkins CI/CD and deploy the python code where GitLab Source code management is integrated with Jenkins to the newly spawned instance? Please correct me if this question is not

Running WSL command under Windows 10 not working

2020-05-06 Thread Noel Llopis
Hello, I'm trying to get Jenkins running under Windows 10 to run a command under WSL (Windows Subsystem for Linux) but I can't get it to work at all. Just to simplify it as much as possible, I've set up a build step of "Execute Windows Batch Command" like this:

Re: Poll scm in specific branch only

2020-05-06 Thread Den
Tried to remove triggers { pollSCM('H/5 * * * *') } and use checkout function as you describe, but then it is not triggered if there are changes in the branch. Am Dienstag, 5. Mai 2020 17:11:13 UTC+2 schrieb Aryo Kusumo: > > Maybe you could try this. It's works for me. > > checkout([$class: