git clean

0

job('DSL-Tutorial-1-Test') { scm { git('git://github.com/quidryan/aws-sdk-test.git') } triggers { scm('H/15 * * * *') } steps { maven('-e clean test') } }

By Beginner Angelica Simonis at Jan 20 2020

0

Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) nothing to commit, working tree clean

By Beginner Brad Borer at May 17 2021

0

On branch master Your branch is ahead of 'origin/master' by 2 commits. (use "git push" to publish your local commits) nothing to commit, working tree clean

By Beginner Brad Borer at May 17 2021


Related code examples


Code examples by languages