fix jenkinsfile
This commit is contained in:
parent
a9ce722e7f
commit
295363e32b
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -57,18 +57,18 @@ pipeline {
|
||||
|
||||
agent { docker { image 'romanov73/is:ng-tracker-container-11' } }
|
||||
stages {
|
||||
stage('Cloning Git') {
|
||||
steps {
|
||||
git([url: 'https://git.athene.tech/romanov73/example-web.git', branch: 'master'])
|
||||
}
|
||||
stage('Cloning Git') {
|
||||
steps {
|
||||
git([url: 'https://git.athene.tech/romanov73/example-web.git', branch: 'master'])
|
||||
}
|
||||
}
|
||||
stage('log version info') {
|
||||
steps {
|
||||
sh 'bash ./gradlew test'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//}
|
||||
// }
|
||||
// }
|
||||
}
|
Loading…
Reference in New Issue
Block a user