Commit 94d43e9b authored by Amena's avatar Amena

Update Jenkinsfile

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