jenkins
This commit is contained in:
parent
ce678fc333
commit
bcbad72cdc
@ -5,9 +5,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
steps {
|
||||||
echo 'Testing...'
|
echo 'Testing...'
|
||||||
echo 'Is Bun working?...'
|
echo 'Is Bun working?...'
|
||||||
sh 'bun --version'
|
sh 'bun --version'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user