Skip to content

Commit 8ae85d2

Browse files
committed
Fix dummy output...
1 parent c417842 commit 8ae85d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline {
2424
steps {
2525
dir('CPPuddle') {
2626
sh '''
27-
echo "test
27+
echo "test"
2828
'''
2929
}
3030
}

0 commit comments

Comments
 (0)