Hi All,

 I am creating scripts using Selenium(Java) and TestNG. I see some examples 
here https://jenkins.io/doc/pipeline/tour/hello-world/ but I don't see 
example for TestNG or Selenium. 

Can any one please help me with pipeline code? What can I give in setps and 
agent?

I am not using Maven in my project.


pipeline {
    agent { ?????}
    stages {
        stage('build') {
            steps {
                ?????
            }
        }
    }
}



Thank you.
Sandeep Kumar

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b5e469c2-b05b-4002-a001-3ba121731883%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to