添加Jenkinsfile
This commit is contained in:
parent
62ce2adfa6
commit
5d37d15089
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -4,8 +4,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'printenv'
|
sh 'bash build.sh'
|
||||||
sh 'build.sh'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user