Need to make sure it works
This commit is contained in:
parent
6e89872ddb
commit
16721ed210
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -38,6 +38,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
steps('echo') {
|
||||
sh "echo works"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
/out-tsc
|
||||
|
||||
# dependencies
|
||||
#/node_modules
|
||||
/node_modules
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
|
Loading…
Reference in New Issue
Block a user