Skip to content

Instantly share code, notes, and snippets.

@darinpope
Last active February 2, 2022 19:57
Show Gist options
  • Save darinpope/b6426888a61561930e4d43dbd2ffb150 to your computer and use it in GitHub Desktop.
Save darinpope/b6426888a61561930e4d43dbd2ffb150 to your computer and use it in GitHub Desktop.

Gist for https://www.youtube.com/watch?v=T5BHpvC5PL8

Steps from the video

  • gh repo create jenkins-example-cucumber --gitignore Maven --public --clone
  • mvn archetype:generate -DgroupId=com.planetpope.cucumber -DartifactId=jenkins-example-cucumber -DarchetypeGroupId=io.cucumber -DarchetypeArtifactId=cucumber-archetype -DarchetypeVersion=7.2.3 -DinteractiveMode=false
  • cd jenkins-example-cucumber
  • mvn -N io.takari:maven:wrapper -Dmaven=3.8.4
  • ./mvnw clean test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment