Commit 4f88721a authored by Ndoumbe's avatar Ndoumbe

Merge branch 'dev' into 'master'

edit jenkinsfile

See merge request !2
parents 7afd8e30 0c59b350
......@@ -16,18 +16,7 @@ pipeline {
agent any
stages {
stage('Checkout on tai') {
steps {
script {
last_stage = env.STAGE_NAME
}
ws("$WORKSPACE" + '/tai/') {
git branch: 'master',
credentialsId: 'gitlab_credential',
url: 'http://gitlab.baamtu.com/diopbe/tai.git'
}
}
}
stage('test') {
steps {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment