Commit 0c59b350 authored by Ndoumbe's avatar Ndoumbe

edit jenkinsfile

parent a486bfcb
...@@ -16,18 +16,7 @@ pipeline { ...@@ -16,18 +16,7 @@ pipeline {
agent any agent any
stages { 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') { stage('test') {
steps { 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