FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Feature/co12345 by mpsakthi · Pull Request #93 · AuthorizeNet/sample-code-java · GitHub

Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .html  (1) No extension  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
25 changes: 25 additions & 0 deletions Jenkinsfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/usr/bin/env groovy
pipeline {
agent any
stages {
stage('stage one') {
steps {
script {
echo "Stage 1"
}

}
}
stage('stage two') {
steps {
echo "Stage 2"
}
}
stage('stage three') {

steps {
echo "stage 3"
}
}
}
}
3 changes: 3 additions & 0 deletions test.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<html>
<h1>Hello world</h1>
</html>

Back | FazBrowse Home | New Git URL