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
Branches
Tags
No related merge requests found
...@@ -85,7 +85,7 @@ pipeline { ...@@ -85,7 +85,7 @@ pipeline {
} }
} }
stage('Build project') { /*stage('Build project') {
steps { steps {
script { script {
def jenkinsUID = sh(returnStdout: true, script: 'id -u jenkins').replaceAll("\n", '').trim() def jenkinsUID = sh(returnStdout: true, script: 'id -u jenkins').replaceAll("\n", '').trim()
...@@ -141,7 +141,6 @@ pipeline { ...@@ -141,7 +141,6 @@ pipeline {
} }
} }
} }
} }*/
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment