Skip to content

Instantly share code, notes, and snippets.

@stopiccot
Created July 29, 2016 20:25
Show Gist options
  • Save stopiccot/2e00393da90a60fc611f910021816432 to your computer and use it in GitHub Desktop.
Save stopiccot/2e00393da90a60fc611f910021816432 to your computer and use it in GitHub Desktop.
#!/bin/bash -l
export SOLUTION_DIR=../Member-apps-freestyle
rake build:full_clean
rake build:restore_dependencies
cd /Users/Shared/Jenkins/code/fisikal2 && bundle exec cucumber -p Member.Fisikal.iOS ../Member-apps-freestyle/Member/Fisikal/Portable/features/announcements -f pretty -f json -o ../Member-apps-freestyle/cucumber.json
@stopiccot
Copy link
Author

node {
git url: 'https://github.com/jglick/simple-maven-project-with-tests.git'
sh "/usr/local/bin/mvn -B -Dmaven.test.failure.ignore verify"
step([$class: 'JUnitResultArchiver', testResults: '/target/surefire-reports/TEST-*.xml'])
step([$class: 'ArtifactArchiver', artifacts: '
/target/*.jar', fingerprint: true])
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment