Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. cd app/
  2. echo "TIME: $BUILD_TIMESTAMP" > src/main/webapp/versao.txt
  3. echo "JOB: $JOB_NAME" >> src/main/webapp/versao.txt
  4. echo "BUILD_NUMBER: $BUILD_NUMBER" >> src/main/webapp/versao.txt
  5. echo "BUILD_URL: $BUILD_URL" >> src/main/webapp/versao.txt
  6. echo "GIT_COMMIT: $GIT_COMMIT" >> src/main/webapp/versao.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement