Skip to content
Snippets Groups Projects
Commit dc77833c authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jenkinsfile: base fetch

Change-Id: I6f2811b1af99458d78b2a8de26b5c5d0dcb94e3d
parent 5083e2a7
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ pipeline {
}
}
stage('Build project') {
/*stage('Build project') {
steps {
script {
def jenkinsUID = sh(returnStdout: true, script: 'id -u jenkins').replaceAll("\n", '').trim()
......@@ -141,7 +141,6 @@ pipeline {
}
}
}
}
}
}*/
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment