12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
|
pipeline {
|
||
|
|
||
|
node ('tau2013z') {
|
||
|
|
||
|
stage ('build-pdf') {
|
||
|
sh """
|
||
|
bash build.sh
|
||
|
"""
|
||
|
}
|
||
|
}
|
||
|
}
|