Commit 94d43e9b authored by Amena's avatar Amena

Update Jenkinsfile

parent 4c113275
...@@ -7,12 +7,8 @@ podTemplate(label: label, ...@@ -7,12 +7,8 @@ podTemplate(label: label,
volumes: [ volumes: [
persistentVolumeClaim(mountPath: '/home/jenkins/workspace', claimName: 'pvc', readOnly: false) persistentVolumeClaim(mountPath: '/home/jenkins/workspace', claimName: 'pvc', readOnly: false)
]) { ]) {
ansiColor("xterm") {
node(label) { node(label) {
ansiColor("xterm") {
stage('Build a Node project') { stage('Build a Node project') {
sh 'printf "\\e[31mHello World\\e[0m\\n"' sh 'printf "\\e[31mHello World\\e[0m\\n"'
......
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