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' } }
|
agent { docker { image 'romanov73/is:ng-tracker-container-11' } }
|
||||||
stages {
|
stages {
|
||||||
stage('Cloning Git') {
|
stage('Cloning Git') {
|
||||||
steps {
|
steps {
|
||||||
git([url: 'https://git.athene.tech/romanov73/example-web.git', branch: 'master'])
|
git([url: 'https://git.athene.tech/romanov73/example-web.git', branch: 'master'])
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('log version info') {
|
stage('log version info') {
|
||||||
steps {
|
steps {
|
||||||
sh 'bash ./gradlew test'
|
sh 'bash ./gradlew test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
//}
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user