Add test Jenkinsfile
This commit is contained in:
parent
6041244174
commit
7e45b51a8a
@ -4,3 +4,4 @@
|
|||||||
deploy.sh
|
deploy.sh
|
||||||
README.md
|
README.md
|
||||||
test.sh
|
test.sh
|
||||||
|
Jenkinsfile
|
||||||
|
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Build') {
|
||||||
|
echo 'BUILD'
|
||||||
|
}
|
||||||
|
stage('Build Tag') {
|
||||||
|
echo 'BUILD TAG'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user