initial commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
||||
stage('Clean-Jenkinsfile') {
|
||||
steps {
|
||||
//sh 'rm -rf build'
|
||||
echo "Building branch ${env.BRANCH_NAME}"
|
||||
echo "Cleaning branch ${env.BRANCH_NAME}"
|
||||
}
|
||||
}
|
||||
stage('Configure') {
|
||||
|
||||
Reference in New Issue
Block a user