Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Jenkinsfile
mederly committed Oct 5, 2018
1 parent 4947aa1 commit b5668cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -29,7 +29,7 @@ pipeline {
}
// Build and test scripts expect that 'tag' is present in common.bash. This is necessary for both Jenkins and standalone testing.
// We don't care if there are more 'tag' assignments there. The latest one wins.
sh "echo >> common.bash ; echo \"tag=\\\"${tag}\\\"\" >> common.bash ; echo common.bash ; cat common.bash'
sh "echo >> common.bash ; echo \"tag=\\\"${tag}\\\"\" >> common.bash ; echo common.bash ; cat common.bash"
}
}
}

0 comments on commit b5668cc

Please sign in to comment.