Re: Conditional pipeline not working
Hi, Already changed from 'origin/master' to 'master' but still no luck, pipeline still build the 'dev' image dan deploy to namespace 'dev', even i commit in 'master' branch... Yes i'm using github.com for codes repository... Thanks Ku
Conditional pipeline not working
advice... whats wrong with my pipeline, fyi... i create the job in jenkins with "freestyle". pipeline { > agent any > environment { > project_id = 'kurusetra' > app_name = 'nginx-hello' > } > > stages { > >