Code Monkey home page Code Monkey logo

hello-world's Introduction

[root@jenkins ~]# cd hello-world/ [root@jenkins hello-world]# ls Dockerfile pom.xml README.md server webapp [root@jenkins hello-world]# cd webapp/ [root@jenkins webapp]# ls pom.xml src [root@jenkins webapp]# cd src/ [root@jenkins src]# ls main [root@jenkins src]# cd main/ [root@jenkins main]# cd webapp/ [root@jenkins webapp]# ls index.jsp WEB-INF [root@jenkins webapp]# vi index.jsp [root@jenkins webapp]# git status On branch master Your branch is up-to-date with 'origin/master'.

Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)

    modified:   index.jsp

no changes added to commit (use "git add" and/or "git commit -a") [root@jenkins webapp]# git add . [root@jenkins webapp]# git commit -m "modifikasi file index untuk testing docker menggunakan jenkins & ansible" [master 70cbdda] modifikasi file index untuk testing docker menggunakan jenkins & ansible 1 file changed, 1 insertion(+), 1 deletion(-) [root@jenkins webapp]# git push origin master Username for 'https://github.com': novanovn Password for 'https://[email protected]': Counting objects: 7, done. Compressing objects: 100% (5/5), done. Writing objects: 100% (7/7), 662 bytes | 662.00 KiB/s, done. Total 7 (delta 1), reused 0 (delta 0) remote: Resolving deltas: 100% (1/1), completed with 1 local object. To https://github.com/novanovn/hello-world.git df8dc69..70cbdda master -> master

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.